00001 // 00002 // PlayerListView.h 00003 // MacTrek 00004 // 00005 // Created by Aqua on 01/08/2006. 00006 // Copyright 2006 Luky Soft. All rights reserved. 00007 // 00008 00009 #import <Cocoa/Cocoa.h> 00010 #import "Luky.h" 00011 #import "LLStringTable.h" 00012 #import "Data.h" 00013 00014 00015 @interface PlayerListView : LLStringTable { 00016 Universe *universe; 00017 NSMutableArray *players; 00018 } 00019 00020 @end