Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2100 in orxonox.OLD for orxonox/branches/chris/src/orxonox.h


Ignore:
Timestamp:
Jul 10, 2004, 1:15:22 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: First part of the "Getittocompile"-Project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/orxonox.h

    r2096 r2100  
    55#include <SDL/SDL.h>
    66
     7#include "stdincl.h"
     8
     9class CommandNode;
     10class WorldEntity;
     11class DataTank;
    712class World;
     13class Camera;
    814
    915class Orxonox {
     
    4147  int init_resources ();
    4248  int init_world ();
    43 
    44   static void event_handler (SDL_Event* event);
    4549 
    4650 public:
    4751  static Orxonox* getInstance ();
    4852  static void quitGame();
     53
     54  static void event_handler (SDL_Event* event);
    4955
    5056  int init (int argc, char** argv);
Note: See TracChangeset for help on using the changeset viewer.