Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 2, 2004, 11:36:56 AM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: Trunk remerged into my branch started on SDL reconfiguration

File:
1 edited

Legend:

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

    r1982 r2058  
    1 
    2 
    31
    42#ifndef ORXONOX_H
    53#define ORXONOX_H
    64
    7 /* standard headers */
    8 #include <iostream>
    9 #include <cstdio>
     5#include <SDL/SDL.h>
    106
    11 /* openGL Headers */
    12 #include <GL/glut.h>
    13 
    14 
    15 #include "environment.h"
    16 #include "world.h"
    17 #include "input_output.h"
    18 #include "data_tank.h"
    19 #include "stdincl.h"
    20 #include "player.h"
     7class World;
     8class InputOutput;
     9class Player;
    2110
    2211
     
    3019  static InputOutput* io;
    3120  static Player* localPlayer;
     21  static bool bQuitOrxonox;
    3222  static bool pause;
    3323  static bool inputEnabled;
     
    4636  static void timeSlice(int value);
    4737
     38  static SDL_Surface* screen;
     39 
    4840 public:
    49 
    5041  static Orxonox* getInstance (void);
    5142
     
    5344  int menuInit (void);
    5445  int gameInit (void);
     46 
     47  void mainLoop();
     48
    5549  void testTheShit(void);
    5650  static void display (void);
Note: See TracChangeset for help on using the changeset viewer.