Add windows specific changes

This commit is contained in:
2020-09-12 13:09:20 +02:00
parent dc819016a6
commit 99c5c7fb9e
3 changed files with 22 additions and 0 deletions
+4
View File
@@ -1,6 +1,10 @@
#include "sdlpp.hpp"
#ifdef _WIN32
#include "SDL2/SDL_image.h"
#else
#include <SDL2/SDL_image.h>
#endif
#include <iostream>
bool SDLPP::init() {