Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 2931 was 2854, checked in by simon, 20 years ago

/branches/sound: finally a running version. To test, you can switch the parameters in the test class sound_test. A .ogg file named music.ogg from the directory . is played. The test class is really ugly, I know.

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