Changeset 2816 in orxonox.OLD for orxonox/trunk/src/world.h
- Timestamp:
- Nov 11, 2004, 10:32:34 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world.h
r2731 r2816 49 49 bool system_command (Command* cmd); 50 50 Camera* getCamera(); 51 //private:52 51 53 52 void spawn(WorldEntity* entity); 53 void spawn(WorldEntity* entity, Location* loc); 54 void spawn(WorldEntity* entity, Placement* plc); 54 55 55 List <WorldEntity>* entities;56 List* entities; 56 57 57 58 // base level data
Note: See TracChangeset
for help on using the changeset viewer.