Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/nico/src/data_tank.h @ 3762

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

orxonox/branches/nico: merged trunk into branches/nico
merged with command:
svn merge ../trunk/ nico/ -r 3238:HEAD
resolved conflict in favor of branches/nico.

File size: 160 bytes
RevLine 
[1850]1
[3238]2#ifndef _DATA_TANK_H
3#define _DATA_TANK_H
[1850]4
5
6class DataTank {
7
[1904]8 public:
[1850]9  DataTank ();
10  ~DataTank ();
11
[3399]12  static long timeStamp;
13
[1850]14};
15
[3238]16#endif /* _DATA_TANK_H */
Note: See TracBrowser for help on using the repository browser.