Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/core/player.h @ 1856

Last change on this file since 1856 was 1856, checked in by patrick, 20 years ago

orxonox/trunk/core: test routines added, other minor changes

File size: 184 bytes
Line 
1
2#ifndef PLAYER_H
3#define PLAYER_H
4
5
6class Player {
7
8 public:
9  Player ();
10  ~Player ();
11
12 private:
13  /* position of the space craft */
14  int xCor;
15  int yCor;
16  int zCor;
17
18};
19
20#endif
Note: See TracBrowser for help on using the repository browser.