Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2006, 1:49:20 AM (18 years ago)
Author:
patrick
Message:

network: working on the last steps, completion is in reach. sadly the world isn't loaded anymore at the moment. continue work later. work flush

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/game_world_data.h

    r6402 r6404  
    88
    99#include "sdlincl.h"
    10 #include "base_object.h"
     10#include "data_tank.h"
    1111#include "error.h"
    1212
     
    2929 * the game start/stop process is not contained here and can be found in the GameWorld class.
    3030 */
    31 class GameWorldData : public BaseObject
     31class GameWorldData : public DataTank
    3232{
    3333
     
    4141
    4242
    43   private:
     43  protected:
    4444    virtual ErrorMessage loadGUI(TiXmlElement* root);
    4545    virtual ErrorMessage loadWorldEntities(TiXmlElement* root);
Note: See TracChangeset for help on using the changeset viewer.