Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1896 in orxonox.OLD for orxonox/trunk/core/orxonox.h


Ignore:
Timestamp:
May 20, 2004, 1:01:57 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: added ability to shoot. so check out the new release and shoot the fuck up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/orxonox.h

    r1879 r1896  
    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;
    3033  static bool upWeGo;
     
    3235  static bool rightWeGo;
    3336  static bool leftWeGo;
     37  static bool shoot1;
    3438
    3539  static int alpha;
     
    5054  static void reshape (int w, int h);
    5155  static void keyboard(unsigned char key, int x, int y);
     56  static void upKeyboard(unsigned char key, int x, int y);
    5257  static void releaseKey(int key, int x, int y);
    5358  static void specFunc(int key, int x, int y);
Note: See TracChangeset for help on using the changeset viewer.