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

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

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

revision 1.7 by thunder, Tue Aug 19 16:27:18 2003 UTC revision 1.8 by nicov, Wed Aug 20 13:22:10 2003 UTC
# Line 30  Line 30 
30    
31  @class NSMutableArray;  @class NSMutableArray;
32  @class NSString;  @class NSString;
33    @class NSNumber;
34    
35  @class HgGame;  @class HgGame;
36    @class HgPlayer;
37    
38  @class MdlModel;  @class MdlModel;
39    
40  @interface HgObject : NSObject  @interface HgObject : NSObject
# Line 43  Line 46 
46    coord_t         _position;    coord_t         _position;
47    coord_t         _orientation;    coord_t         _orientation;
48    HgGame         *_game;    HgGame         *_game;
49    HgPlayer       *_player;    NSNumber       *_playerIdentifier;
50  }  }
51    
52  + (NSString *) name;  + (NSString *) name;
# Line 52  Line 55 
55  - (id) initWithGame: (HgGame *)game  - (id) initWithGame: (HgGame *)game
56           withPlayer: (HgPlayer *)player           withPlayer: (HgPlayer *)player
57             position: (coord_t)position;             position: (coord_t)position;
58  - (HgPlayer *) player;  
59  - (unsigned) identifier;  - (unsigned) identifier;
60    
61  - (id) delegate;  - (id) delegate;
# Line 67  Line 70 
70  - (void) setOrientation: (coord_t)orientation;  - (void) setOrientation: (coord_t)orientation;
71    
72  - (HgGame *) game;  - (HgGame *) game;
73    - (HgPlayer *) player;
74    
75  @end  @end
76    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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