Changeset 7370 in orxonox.OLD for trunk/src/story_entities/game_world.h
- Timestamp:
- Apr 26, 2006, 1:31:01 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.h
r7368 r7370 63 63 virtual void synchronize(); 64 64 virtual void handleInput(); 65 virtual void tick( std::list<WorldEntity*>worldEntity, float dt);65 virtual void tick(ObjectManager::EntityList worldEntity, float dt); 66 66 virtual void tick(); 67 67 virtual void update(); 68 68 virtual void collide(); 69 70 void drawEntityList(const ObjectManager::EntityList& drawList ) const; 69 71 virtual void draw(); 70 72 virtual void display();
Note: See TracChangeset
for help on using the changeset viewer.