Changeset 9813 in orxonox.OLD for branches/new_class_id/src/lib/sound/ogg_player.cc
- Timestamp:
- Sep 25, 2006, 10:07:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/sound/ogg_player.cc
r9715 r9813 34 34 35 35 #include "helper_functions.h" 36 37 #ifdef HAVE_SDL_SDL_H 38 39 #include <SDL/SDL.h> 40 #include <SDL/SDL_endian.h> 41 42 #else 43 44 #include <SDL.h> 45 #include <SDL_endian.h> 46 47 #endif 36 #include "sdlincl.h" 48 37 49 38 namespace OrxSound
Note: See TracChangeset
for help on using the changeset viewer.