Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1872 in orxonox.OLD for orxonox/trunk/core/player.h


Ignore:
Timestamp:
May 6, 2004, 10:50:39 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: play the square - its possible now…

File:
1 edited

Legend:

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

    r1858 r1872  
    33#define PLAYER_H
    44
     5/* openGL Headers */
     6#include <GL/glut.h>
     7
     8//#include "input_output.h"
    59
    610class Player {
     
    1216  void setPosition(int x, int y, int z);
    1317  void getPosition(int* x, int* y, int* z);
     18  void goX(int x);
     19  void goY(int y);
     20  void goZ(int x);
     21  void shoot(int n);
     22  //  void addIO(InputOutput *io);
    1423  void drawPlayer(void);
    1524
Note: See TracChangeset for help on using the changeset viewer.