Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2006, 1:15:47 PM (18 years ago)
Author:
bensch
Message:

LoadResource should work… testing soon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/sound/sound_buffer.cc

    r9803 r9804  
    1818#include "sound_buffer.h"
    1919
    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_H
    29 #include <SDL/SDL.h>
    30 #include <SDL/SDL_endian.h>
    31 #else
    32 #include <SDL.h>
    33 #include <SDL_endian.h>
    34 #endif
    3520namespace OrxSound
    3621{
Note: See TracChangeset for help on using the changeset viewer.