Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7391 in orxonox.OLD for trunk/src/story_entities/game_world.h


Ignore:
Timestamp:
Apr 27, 2006, 12:52:35 AM (18 years ago)
Author:
patrick
Message:

orxonox: working on mission goals and mission manager

File:
1 edited

Legend:

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

    r7374 r7391  
    1414class OrxShell::Shell;
    1515class WorldEntity;
     16class GameRules;
    1617
    1718/** How many frames time values to keep
     
    6667    virtual void tick();
    6768    virtual void update();
     69    virtual void checkGameRules();
    6870    virtual void collide();
    6971
     
    9395    Uint32              frameTimes[TICK_SMOOTH_VALUE];//!< The time used for the last TICK_SMOOTH_VALUE's frames.
    9496
     97    GameRules*          gameRules;                    //!< Pointer to the data structure containig the game rules
     98
    9599
    96100  private:
Note: See TracChangeset for help on using the changeset viewer.