Last change
on this file since 3102 was
3102,
checked in by chris, 20 years ago
|
orxonox/branches/chris: quick doodle with simons sound test
|
File size:
328 bytes
|
Line | |
---|
1 | #ifndef SOUND_TEST_H |
---|
2 | #define SOUND_TEST_H |
---|
3 | |
---|
4 | #include <SDL/SDL.h> |
---|
5 | #include <SDL/SDL_mixer.h> |
---|
6 | #include "sound_control.h" |
---|
7 | |
---|
8 | class SoundTest { |
---|
9 | |
---|
10 | public: |
---|
11 | SoundTest(); |
---|
12 | ~SoundTest(); |
---|
13 | int main (void); |
---|
14 | void handleKey(SDL_KeyboardEvent key); |
---|
15 | SoundControl* sound; |
---|
16 | int sfx_channel1; |
---|
17 | int sfx_channel2; |
---|
18 | int finished; |
---|
19 | }; |
---|
20 | |
---|
21 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.