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
|
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 | |
---|
8 | class 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.