Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1994 in orxonox.OLD for orxonox/branches/dave/core/orxonox.h


Ignore:
Timestamp:
Jun 21, 2004, 12:39:11 AM (21 years ago)
Author:
dave
Message:

orxonox/branches/dave:[test the Shit]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/dave/core/orxonox.h

    r1879 r1994  
    1212#include <GL/glut.h>
    1313
     14
     15#include "environment.h"
    1416#include "world.h"
    1517#include "input_output.h"
    1618#include "data_tank.h"
    1719#include "stdincl.h"
    18 
     20#include "player.h"
    1921
    2022
     
    2729  static World* world;
    2830  static InputOutput* io;
     31  static Player* localPlayer;
    2932  static bool pause;
     33  static bool inputEnabled;
    3034  static bool upWeGo;
    3135  static bool downWeGo;
    3236  static bool rightWeGo;
    3337  static bool leftWeGo;
     38  static bool shoot1;
     39  static int fps;
    3440
    3541  static int alpha;
     
    3844  static int offsetY;
    3945
     46  static void timeSlice(int value);
     47
    4048 public:
    4149
     50   
    4251  static Orxonox* getInstance (void);
    43 
    4452  int globalInit (int argc, char** argv);
    4553  int menuInit (void);
     
    5058  static void reshape (int w, int h);
    5159  static void keyboard(unsigned char key, int x, int y);
     60  static void upKeyboard(unsigned char key, int x, int y);
    5261  static void releaseKey(int key, int x, int y);
    5362  static void specFunc(int key, int x, int y);
Note: See TracChangeset for help on using the changeset viewer.