Changeset 9804 in orxonox.OLD for branches/new_class_id/src/lib/sound/sound_buffer.cc
- Timestamp:
- Sep 24, 2006, 1:15:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/sound/sound_buffer.cc
r9803 r9804 18 18 #include "sound_buffer.h" 19 19 20 #include "sound_engine.h"21 22 #include "sdlincl.h"23 #include <cassert>24 #include "debug.h"25 #include "sys/stat.h"26 #include "helper_functions.h"27 28 #ifdef HAVE_SDL_SDL_H29 #include <SDL/SDL.h>30 #include <SDL/SDL_endian.h>31 #else32 #include <SDL.h>33 #include <SDL_endian.h>34 #endif35 20 namespace OrxSound 36 21 {
Note: See TracChangeset
for help on using the changeset viewer.