Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1896 in orxonox.OLD for orxonox/trunk/core/player.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/player.h

    r1879 r1896  
    66#include <GL/glut.h>
    77
    8 //#include "input_output.h"
     8#include "shoot_laser.h"
     9//#include "world.h"
    910
    1011class Player {
     
    2425
    2526 private:
    26   /* position of the space craft */
     27  /* position of the spacecraft */
    2728  float xCor;
    2829  float yCor;
     
    3031
    3132
    32 
     33  /* this player wanna shoot? so include a ref to ShootLaser */
     34  ShootLaser* shootLaser;
    3335};
    3436
Note: See TracChangeset for help on using the changeset viewer.