Changeset 9812 in orxonox.OLD for branches/new_class_id
- Timestamp:
- Sep 25, 2006, 10:06:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/sound/sound_buffer_data.cc
r9805 r9812 26 26 #include "helper_functions.h" 27 27 28 #ifdef HAVE_SDL_SDL_H29 #include <SDL/SDL.h>30 #include <SDL/SDL_endian.h>28 /*#ifdef HAVE_SDL_SDL_H 29 #include <SDL/SDL.h> 30 // #include <SDL/SDL_endian.h> 31 31 #else 32 #include <SDL.h>33 #include <SDL_endian.h>34 #endif 32 #include <SDL.h> 33 //#include <SDL_endian.h> 34 #endif*/ 35 35 namespace OrxSound 36 36 {
Note: See TracChangeset
for help on using the changeset viewer.