Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 18, 2004, 3:28:01 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: cleaned up orxonox.cc, deleted unused code

File:
1 edited

Legend:

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

    r3213 r3214  
    4242  int netID;    //!< Unique identifier that is used to determine between remote CommandNodes
    4343  KeyBindings* aliases;
    44   List* bound;  //!< List of WorldEntites that recieve commands from this CommandNode
     44  tList<WorldEntity>* bound;    //!< List of WorldEntites that recieve commands from this CommandNode
    4545  Sint32 coord[2];
    4646 
Note: See TracChangeset for help on using the changeset viewer.