Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4598 in orxonox.OLD for orxonox/trunk/src/util/loading/game_loader.h


Ignore:
Timestamp:
Jun 11, 2005, 3:08:36 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: campaign now gets loaded via LoadParam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/loading/game_loader.h

    r4511 r4598  
    1 /*! 
     1/*!
    22    \file game_loader.h
    33    \brief loads campaigns, worlds and all other story_entities
    4 */ 
     4*/
    55
    66#ifndef _GAME_LOADER_H
     
    6060  bool worldCommand(Command* cmd);
    6161  ErrorMessage loadDebugCampaign(Uint32 campaignID);
    62  
     62
    6363  void registerFactory( Factory* factory );
    64   BaseObject* fabricate( TiXmlElement* data);
     64  BaseObject* fabricate(const TiXmlElement* data);
    6565
    6666  void process(const Event &event);
     
    7878
    7979  Campaign*              currentCampaign;      //!< reference to the current campaign playing
    80  
     80
    8181  EventHandler*          eventHandler;         //!< reference to the eventHandler
    8282
Note: See TracChangeset for help on using the changeset viewer.