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
RevLine 
[2793]1
[2815]2#ifndef SOUND_TEST_H
3#define SOUND_TEST_H
[2793]4
5#include "data_tank.h"
6
7
[2815]8class SoundTest {
[2793]9
10 public:
[2815]11  SoundTest ();
12  ~SoundTest ();
[2838]13  void main (void);
[2793]14};
15
16#endif
Note: See TracBrowser for help on using the repository browser.