Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9812 in orxonox.OLD


Ignore:
Timestamp:
Sep 25, 2006, 10:06:09 AM (18 years ago)
Author:
bensch
Message:

includes changed

File:
1 edited

Legend:

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

    r9805 r9812  
    2626#include "helper_functions.h"
    2727
    28 #ifdef HAVE_SDL_SDL_H
    29 #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>
    3131#else
    32 #include <SDL.h>
    33 #include <SDL_endian.h>
    34 #endif
     32 #include <SDL.h>
     33 //#include <SDL_endian.h>
     34#endif*/
    3535namespace OrxSound
    3636{
Note: See TracChangeset for help on using the changeset viewer.