Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2006, 3:40:30 PM (20 years ago)
Author:
patrick
Message:

network: the worlds get loaded again in the new framework

File:
1 edited

Legend:

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

    r6404 r6407  
    2121    virtual ~CampaignData();
    2222
     23    void loadParams(const TiXmlElement* root);
     24
    2325    void loadData(const TiXmlElement* root);
    2426
     
    2729    StoryEntity* getFirstLevel();
    2830    StoryEntity* getNextLevel();
    29 
    30 
    31   private:
    32     void loadParamsWorldList(const TiXmlElement* root);
    3331
    3432
Note: See TracChangeset for help on using the changeset viewer.