Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/sound/src/sound_test.h @ 2849

Last change on this file since 2849 was 2838, checked in by simon, 20 years ago

branches/sound: instance can now be freed via static deleteInstance()

File size: 161 bytes
Line 
1
2#ifndef SOUND_TEST_H
3#define SOUND_TEST_H
4
5#include "data_tank.h"
6
7
8class SoundTest {
9
10 public:
11  SoundTest ();
12  ~SoundTest ();
13  void main (void);
14};
15
16#endif
Note: See TracBrowser for help on using the repository browser.