]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/headers.h
Initial conversion to SDL2.
[quix0rs-blobwars.git] / src / headers.h
index 86a20bfb7f7007fcd68ce2a6713ffdc935d92b27..510447e58b1c6229fecaf7609ab88127b2f6898d 100644 (file)
@@ -30,17 +30,18 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include <SDL_image/SDL_image.h>
 #include <SDL_mixer/SDL_mixer.h>
 #include <SDL_ttf/SDL_ttf.h>
+#include <SDL_net/SDL_net.h>
 #include <CoreFoundation/CoreFoundation.h>
 extern C_LINKAGE void openHelpURL();
 #ifndef SDL_GetGamma
 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