Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 3338 was 3179, checked in by bensch, 20 years ago

orxonox/branches/sound: added files to source again, made it compile for widnows again.
Simon, if you arrive at a point where it is doing something usefull, we inject it into the trunk.

File size: 261 bytes
Line 
1#ifndef SOUND_TEST_H
2#define SOUND_TEST_H
3
4#include "sound_control.h"
5#include "SDL/SDL.h"
6#include "SDL/SDL_mixer.h"
7
8class SoundTest {
9
10 public:
11  SoundTest();
12  ~SoundTest();
13  int main (void);
14  SoundControl* sound;
15  int counter;
16  int through;
17};
18
19#endif
Note: See TracBrowser for help on using the repository browser.