Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 3237 was 3224, checked in by bensch, 19 years ago

orxonox/trunk: FILE_H → _FILE_H to all h-files.

File size: 134 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};
13
14#endif /* _DATA_TANK_H */
Note: See TracBrowser for help on using the repository browser.