X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Fheaders.h;h=510447e58b1c6229fecaf7609ab88127b2f6898d;hb=ba027fd5579c333f6ff7049995f712c1237e9e07;hp=86a20bfb7f7007fcd68ce2a6713ffdc935d92b27;hpb=73c896b9d7eb17e77ce6016cb006f8b3e4b247ca;p=quix0rs-blobwars.git diff --git a/src/headers.h b/src/headers.h index 86a20bf..510447e 100644 --- a/src/headers.h +++ b/src/headers.h @@ -30,17 +30,18 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include +#include #include 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