Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/data_tank.h @ 2043

Last change on this file since 2043 was 1956, checked in by bensch, 20 years ago

orxonox/trunk: now the Trunk should be merged with the new Makefile. Hopefully it works

File size: 186 bytes
Line 
1
2#ifndef DATA_TANK_H
3#define DATA_TANK_H
4
5
6class DataTank {
7
8 public:
9  DataTank ();
10  ~DataTank ();
11
12  static float xOffset;
13  static float yOffset;
14  static float zOffset;
15
16};
17
18#endif
Note: See TracBrowser for help on using the repository browser.