Changeset 2100 in orxonox.OLD for orxonox/branches/chris/src/world_entity.h
- Timestamp:
- Jul 10, 2004, 1:15:22 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/world_entity.h
r2096 r2100 3 3 #define WORLD_ENTITY_H 4 4 5 #include "stdincl.h" 6 //#include "data_tank.h" 7 8 class Vector; 9 class Ability; 5 class CollisionCluster; 10 6 11 7 class WorldEntity … … 20 16 Placement* get_placement (); 21 17 void set_collision (CollisionCluster* newhull); 22 18 19 bool isFree (); 20 23 21 //void addAbility(Ability* ability); 24 22 //void removeAbility(Ability* ability);
Note: See TracChangeset
for help on using the changeset viewer.