Changeset 2100 in orxonox.OLD for orxonox/branches/chris/src/orxonox.h
- Timestamp:
- Jul 10, 2004, 1:15:22 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/orxonox.h
r2096 r2100 5 5 #include <SDL/SDL.h> 6 6 7 #include "stdincl.h" 8 9 class CommandNode; 10 class WorldEntity; 11 class DataTank; 7 12 class World; 13 class Camera; 8 14 9 15 class Orxonox { … … 41 47 int init_resources (); 42 48 int init_world (); 43 44 static void event_handler (SDL_Event* event);45 49 46 50 public: 47 51 static Orxonox* getInstance (); 48 52 static void quitGame(); 53 54 static void event_handler (SDL_Event* event); 49 55 50 56 int init (int argc, char** argv);
Note: See TracChangeset
for help on using the changeset viewer.