Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3216 in orxonox.OLD for orxonox/trunk/src/command_node.h


Ignore:
Timestamp:
Dec 18, 2004, 5:14:08 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: a first redesign of the CommandNode and its cmd passing system - others will follow.

File:
1 edited

Legend:

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

    r3214 r3216  
    1212
    1313class WorldEntity;
     14class World;
    1415
    1516#define N_STD_KEYS SDLK_LAST
     
    4445  tList<WorldEntity>* bound;    //!< List of WorldEntites that recieve commands from this CommandNode
    4546  Sint32 coord[2];
     47  World* world;
    4648 
    4749
     
    6264  void bind (WorldEntity* entity);
    6365  void unbind (WorldEntity* entity);
     66  void addToWorld(World* world);
    6467  void process ();
    6568 
Note: See TracChangeset for help on using the changeset viewer.