Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/sound/src/data_tank.h @ 3500

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

orxonox/branches: updated branches: buerli, nico, sound. And moved bezierTrack to old.bezierTrack. Conflicts resolved in a usefull order.
Conflics mostly resolved in favor of trunk
merge.

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