Changeset 2066 in orxonox.OLD for orxonox/branches/chris/src/world_entity.h
- Timestamp:
- Jul 3, 2004, 5:36:35 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/world_entity.h
r2058 r2066 3 3 #define WORLD_ENTITY_H 4 4 5 #include "data_tank.h" 5 #include "stdincl.h" 6 //#include "data_tank.h" 6 7 7 8 class Vector; … … 34 35 virtual void hit(WorldEntity* weapon, Vector loc); 35 36 virtual void destroy(); 37 virtual void command (Command* cmd); 36 38 37 39 virtual void entityPreEnter();
Note: See TracChangeset
for help on using the changeset viewer.