source:
orxonox.OLD/orxonox/branches/sound/src/sound_test.h
@
3285
| Last change on this file since 3285 was 3179, checked in by bensch, 21 years ago | |
|---|---|
| File size: 261 bytes | |
| Rev | Line | |
|---|---|---|
| [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] | 8 | class 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.










