Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9813 in orxonox.OLD


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

includes changed

File:
1 edited

Legend:

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

    r9715 r9813  
    3434
    3535#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"
    4837
    4938namespace OrxSound
Note: See TracChangeset for help on using the changeset viewer.