Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/chris/src/data_tank.h @ 2166

Last change on this file since 2166 was 2068, checked in by chris, 20 years ago

orxonox/branches/chris: First snippet of the totally revamped base system… perhaps a bit confusing at the moment, but when finished theoretically you only have to subclass the worldentity and track classes to create the game content (even the menu will be a WorldEntity I suppose)

File size: 113 bytes
RevLine 
[1850]1
2#ifndef DATA_TANK_H
3#define DATA_TANK_H
4
5
6class DataTank {
7
[1904]8 public:
[1850]9  DataTank ();
10  ~DataTank ();
11
12};
13
14#endif
Note: See TracBrowser for help on using the repository browser.