Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7020 in orxonox.OLD for trunk/src/story_entities/game_world_data.h


Ignore:
Timestamp:
Feb 3, 2006, 4:34:44 PM (18 years ago)
Author:
patrick
Message:

trunk: added the game rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world_data.h

    r6827 r7020  
    2222class TiXmlElement;
    2323class OggPlayer;
     24class GameRules;
    2425
    2526
     
    4243    /* interface functions */
    4344    void setSoundTrack(const char* name);
     45    void loadGameRule(const TiXmlElement* root);
    4446
    4547  protected:
     
    6264    OggPlayer*          music;                       //!< Reference to the SoundEngine's music player (OggPlayer)
    6365    ObjectManager*      objectManager;               //!< Reference to the objects manager
     66
     67    GameRules*          gameRule;                   //!< Reference to the game rules of this game
    6468};
    6569
Note: See TracChangeset for help on using the changeset viewer.