Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2823 was 2815, checked in by simon, 20 years ago

branches/sound: made SoundControl singleton. Must be built via getObject()

File size: 142 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
14};
15
16#endif
Note: See TracBrowser for help on using the repository browser.