Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 8, 2006, 4:50:50 PM (19 years ago)
Author:
bensch
Message:

merge

File:
1 edited

Legend:

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

    r8190 r8271  
    1111#include "game_world_data.h"
    1212#include "playable.h"
     13#include "script_manager.h"
    1314
    1415namespace OrxShell { class Shell; };
    1516class WorldEntity;
    1617class GameRules;
     18
    1719
    1820/** How many frames time values to keep
     
    103105    GameRules*          gameRules;                    //!< Pointer to the data structure containig the game rules
    104106
    105 
    106107  private:
    107108    /* external modules interfaces */
     109    ScriptManager       scriptManager;
    108110    OrxShell::Shell*    shell;
    109111};
Note: See TracChangeset for help on using the changeset viewer.