Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4442 in orxonox.OLD for orxonox/trunk/src/orxonox.h


Ignore:
Timestamp:
Jun 1, 2005, 10:07:53 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: command node removed from source files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.h

    r4408 r4442  
    1212
    1313
    14 class CommandNode;
    1514class WorldEntity;
    1615class World;
     
    3332  char configfilename[256];   //!< Filename of the configuration-file.
    3433  World* world;               //!< Reference to the current running world.
    35   CommandNode* localinput;    //!< Command Handler
    3634  SDL_Surface* screen;        //!< The current Screen
    3735  GameLoader* gameLoader;     //!< The gameLoader
     
    6563
    6664  void graphicsHandler (SDL_Event* event);
    67   bool systemCommand (Command* cmd);
    6865  void process(const Event  &event);
    6966
    7067  int init (int argc, char** argv);
    7168 
    72   CommandNode* getLocalInput();
     69
    7370  World* getWorld();
    7471  SDL_Surface* getScreen ();
Note: See TracChangeset for help on using the changeset viewer.