src/sound/sdl_s.cpp
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 6253 23983700e3d7
child 6298 c30fe89622df
equal deleted inserted replaced
6267:7c8ec33959b1 6268:4b5241e5dd10
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 #ifdef WITH_SDL
     2 
     4 
     3 #include "../stdafx.h"
     5 #include "../stdafx.h"
     4 
     6 
     5 #ifdef WITH_SDL
       
     6 
       
     7 #include "../openttd.h"
       
     8 #include "../driver.h"
     7 #include "../driver.h"
     9 #include "../mixer.h"
     8 #include "../mixer.h"
    10 #include "../sdl.h"
     9 #include "../sdl.h"
    11 #include "sdl_s.h"
    10 #include "sdl_s.h"
    12 #include <SDL.h>
    11 #include <SDL.h>