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

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

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

revision 1.10 by dam, Tue Aug 19 11:54:55 2003 UTC revision 1.11 by dam, Fri Aug 22 08:01:50 2003 UTC
# Line 24  Line 24 
24  #ifndef HG_GAME_H  #ifndef HG_GAME_H
25  #define HG_GAME_H  #define HG_GAME_H
26    
27    #include <ode/objects.h>
28    
29  #include <Foundation/NSObject.h>  #include <Foundation/NSObject.h>
30    
31  @class NSString;  @class NSString;
# Line 36  Line 38 
38    
39  @interface HgGame: NSObject  @interface HgGame: NSObject
40  {  {
41  @private  @private
42      dWorldID              _dWorld;
43    NSString             *_name;    NSString             *_name;
44    NSMutableDictionary  *_players;    NSMutableDictionary  *_players;
45    NSMutableDictionary  *_teams;    NSMutableDictionary  *_teams;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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