]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/headers.h
Initial conversion to SDL2.
[quix0rs-blobwars.git] / src / headers.h
index 0d620e10e5465fbf2566542bc86b83e6a5094f41..510447e58b1c6229fecaf7609ab88127b2f6898d 100644 (file)
@@ -37,11 +37,11 @@ extern C_LINKAGE void openHelpURL();
 extern DECLSPEC int SDLCALL SDL_GetGamma(float *red, float *green, float *blue);
 #endif
 #else
-#include "SDL/SDL.h"
-#include "SDL/SDL_image.h"
-#include "SDL/SDL_mixer.h"
-#include "SDL/SDL_ttf.h"
-#include "SDL/SDL_net.h"
+#include "SDL2/SDL.h"
+#include "SDL2/SDL_image.h"
+#include "SDL2/SDL_mixer.h"
+#include "SDL2/SDL_ttf.h"
+#include "SDL2/SDL_net.h"
 #endif
 
 #ifndef WIN32