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

    r6402 r6404  
    88
    99
    10 #include "base_object.h"
     10#include "data_tank.h"
    1111#include <list>
    1212
     
    1414
    1515//! A class that contains the data of the Campaign object
    16 class CampaignData : public BaseObject
     16class CampaignData : public DataTank
    1717{
    1818
     
    2121    virtual ~CampaignData();
    2222
    23     void loadParams(const TiXmlElement* root);
     23    void loadData(const TiXmlElement* root);
    2424
    2525    void addStoryEntity(StoryEntity* se);
Note: See TracChangeset for help on using the changeset viewer.