/[hegemonie]/hegemonie/Source/GameWidget.h
ViewVC logotype

Diff of /hegemonie/Source/GameWidget.h

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

revision 1.8 by daniel, Fri Aug 29 12:13:17 2003 UTC revision 1.9 by dam, Sun Sep 7 13:35:18 2003 UTC
# Line 26  Line 26 
26    
27  #include "Interface/UiWidget.h"  #include "Interface/UiWidget.h"
28    
 @class Camera;  
 @class MapDisplay;  
29  @class NetClient;  @class NetClient;
30    @class HgPlayerState;
31    @class Camera;
32  @class SkyDisplay;  @class SkyDisplay;
33  @class SeaDisplay;  @class SeaDisplay;
34  @class Interface;  @class Interface;
# Line 37  Line 37 
37  @interface GameWidget : UiWidget  @interface GameWidget : UiWidget
38  {  {
39  @private  @private
40      NetClient           *_client;
41      HgPlayerState       *_playerState;
42    Camera              *_camera;    Camera              *_camera;
43    SkyDisplay          *_sky;    SkyDisplay          *_sky;
44    SeaDisplay          *_sea;    SeaDisplay          *_sea;
   NetClient           *_client;  
45  }  }
46    
47  - (id) init;  - (id) init;
48    
49  - (void) newGame;  - (void) newGame;
   
50  - (void) endGame;  - (void) endGame;
51    
52    - (NetClient *) client;
53    - (HgPlayerState *) playerState;
54  - (Camera *) camera;  - (Camera *) camera;
55    
56  @end  @end

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

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