Theoretically resolved jenky cross-compiler compatability

This commit is contained in:
Kayne Ruse
2014-11-05 23:54:10 +11:00
parent 4434900afc
commit 0f139562c3
14 changed files with 42 additions and 44 deletions
+5 -5
View File
@@ -35,12 +35,12 @@
#include "singleton.hpp"
//APIs
#if __unix__
#include "lua.hpp"
#include "sqlite3.h"
#if defined(__MINGW32__)
#include "lua/lua.hpp"
#include "sqlite3/sqlite3.h"
#else
#include "lua/lua.hpp"
#include "sqlite3/sqlite3.h"
#include "lua.hpp"
#include "sqlite3.h"
#endif
#include "SDL/SDL.h"