Changeset 2096 in orxonox.OLD for orxonox/branches/chris/src/world.h
- Timestamp:
- Jul 9, 2004, 11:14:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/world.h
r2080 r2096 10 10 11 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) 12 13 13 14 void time_slice (Uint32 deltaT);
Note: See TracChangeset
for help on using the changeset viewer.