Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4332 in orxonox.OLD for orxonox/branches/physics/src/command_node.h


Ignore:
Timestamp:
May 27, 2005, 7:14:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: merged the trunk back to the physics-branche
merged with command:
svn merge -r 4301:HEAD trunk/ branches/physics/
little conflict in particle-system resolved easily

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/command_node.h

    r4178 r4332  
    1515class WorldEntity;
    1616class World;
     17class PNode;
    1718
    1819#define N_STD_KEYS SDLK_LAST
     
    4546  int netID;    //!< Unique identifier that is used to determine between remote CommandNodes
    4647  KeyBindings* aliases;
    47   tList<WorldEntity>* bound;    //!< List of WorldEntites that recieve commands from this CommandNode
     48  tList<PNode>* bound;  //!< List of WorldEntites that recieve commands from this CommandNode
    4849  Sint32 coord[2];
    4950  World* world;
     
    6465  void enable (bool bEnabled);
    6566  void loadBindings (char* filename);
    66   void bind (WorldEntity* entity);
    67   void unbind (WorldEntity* entity);
     67  void bind (PNode* entity);
     68  void unbind (PNode* entity);
    6869  void addToWorld (World* world);
    6970  void process ();
Note: See TracChangeset for help on using the changeset viewer.