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/multi_player_world.h

    r6366 r6404  
    1111
    1212class TiXmlElement;
     13class MultiPlayerWorldData;
    1314
    1415
     
    2627  void loadParams(const TiXmlElement* root);
    2728
    28   virtual ErrorMessage load();
    29 
    3029  private:
    31     void constuctorInit(const char* name, int worldID);
    32 
     30    MultiPlayerWorldData*    multiPlayerWorldData;    //!< reference to the datatank
    3331};
    3432
Note: See TracChangeset for help on using the changeset viewer.