Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/gui/core/data_tank.h @ 1860

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

orxonox/branches/gui: merged Version of branches/bensch and trunk and modified the makefile

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