Changeset 4817 in orxonox.OLD for orxonox/trunk/src/orxonox.h
- Timestamp:
- Jul 7, 2005, 5:12:45 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.h
r4768 r4817 7 7 #define _ORXONOX_H 8 8 9 #include " event_listener.h"9 #include "base_object.h" 10 10 11 11 class WorldEntity; … … 20 20 /** 21 21 */ 22 class Orxonox : public EventListener{22 class Orxonox : public BaseObject { 23 23 24 24 public: … … 31 31 void start(); 32 32 33 void graphicsHandler (SDL_Event* event); 34 void process(const Event &event); 33 //void graphicsHandler (SDL_Event* event); 35 34 36 35 private:
Note: See TracChangeset
for help on using the changeset viewer.