Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2066 in orxonox.OLD for orxonox/branches/chris/src/world_entity.h


Ignore:
Timestamp:
Jul 3, 2004, 5:36:35 PM (20 years ago)
Author:
chris
Message:

orxonox/branches/chris: Implemented CommandNode (Keyboard handling), created some functions to convert key names to identifyers and vice versa, ensured it compiles (when compiled spereately) added a header to hold global message structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/world_entity.h

    r2058 r2066  
    33#define WORLD_ENTITY_H
    44
    5 #include "data_tank.h"
     5#include "stdincl.h"
     6//#include "data_tank.h"
    67
    78class Vector;
     
    3435  virtual void hit(WorldEntity* weapon, Vector loc);
    3536  virtual void destroy();
     37  virtual void command (Command* cmd);
    3638
    3739  virtual void entityPreEnter();
Note: See TracChangeset for help on using the changeset viewer.