Changeset 2854 in orxonox.OLD for orxonox/branches/sound/src/sound_test.h
- Timestamp:
- Nov 14, 2004, 4:44:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/sound/src/sound_test.h
r2838 r2854 1 2 1 #ifndef SOUND_TEST_H 3 2 #define SOUND_TEST_H 4 3 5 #include "data_tank.h" 6 4 #include "sound_control.h" 5 #include "SDL/SDL.h" 6 #include "SDL/SDL_mixer.h" 7 7 8 8 class SoundTest { 9 9 10 10 public: 11 SoundTest (); 12 ~SoundTest (); 13 void main (void); 11 SoundTest(); 12 ~SoundTest(); 13 int main (void); 14 SoundControl* sound; 15 int counter; 16 int through; 14 17 }; 15 18
Note: See TracChangeset
for help on using the changeset viewer.