/[hegemonie]/hegemonie/Headers/GameEngine/HgPlayer.h
ViewVC logotype

Diff of /hegemonie/Headers/GameEngine/HgPlayer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by sebhorna, Wed May 21 10:13:41 2003 UTC revision 1.2 by sebhorna, Mon May 26 08:08:23 2003 UTC
# Line 45  Line 45 
45    
46  }  }
47    
48  -(id) initWithName: (NSString *)name  - (id) initWithName: (NSString *)name
49                user: (NSString *)user                 user: (NSString *)user
50                host: (NSString *)host;                 host: (NSString *)host;
51  - (void) dealloc;  - (void) dealloc;
52  -(unsigned) identifier;  - (unsigned) identifier;
53  -(NSString *) name;  - (NSString *) name;
54  -(HgTeam *) team;  - (HgTeam *) team;
55  -(HgShip *) ship;  - (HgShip *) ship;
56  -(int) score;  - (int) score;
57  -(NSString *) userAtHost;  - (NSString *) userAtHost;
58  -(void) setShip: (HgShip *)ship;  - (void) setShip: (HgShip *)ship;
59  -(void) addpoint: (int)point;  - (void) addPoint: (int)point;
60  -(void) setTeam: (HgTeam *)team;  - (void) setTeam: (HgTeam *)team;
61    
62    
63  @end  @end

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26