X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=b7b4fc9fb993adb7a822c78d13d819961ed0b79d;hb=c32ed0b5dc3912d78dbf6d99baeaceb1f51799d7;hp=b40ace082575574246169dc92e858500b1cd0e6c;hpb=44146d06c780d3aaa283672fedb08b8870ebe1b9;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index b40ace0..b7b4fc9 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -19,6 +19,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#if USE_SDL +#include "SDL.h" +#endif + #include "gamegl.h" #include "Quaternions.h" #include "Lights.h" @@ -35,10 +39,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Constants.h" -#if USE_SDL -#include "SDL.h" -#endif - bool visibleloading = 0; FSOUND_SAMPLE *samp[100] = {0}; FSOUND_STREAM * strm[20] = {0};