Changeset 2100 in orxonox.OLD for orxonox/branches/chris/src/world.h
- Timestamp:
- Jul 10, 2004, 1:15:22 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/world.h
r2096 r2100 2 2 #ifndef WORLD_H 3 3 #define WORLD_H 4 5 class Track; 4 6 5 7 class World { … … 9 11 ~World (); 10 12 11 template<class T> T* spawn<T>(Location* loc, WorldEntity* owner); // template to be able to spawn any derivation of WorldEntity 12 template<class T> T* spawn<T>(Placement* plc, WorldEntity* owner = NULL) 13 template<class T> 14 T* spawn<T>(Location* loc, WorldEntity* owner); // template to be able to spawn any derivation of WorldEntity 15 template<class T> 16 T* spawn<T>(Placement* plc, WorldEntity* owner); 13 17 14 18 void time_slice (Uint32 deltaT);
Note: See TracChangeset
for help on using the changeset viewer.