X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2Fmain.cpp;h=e0270b66dcf27219ba0bf63a8e9573107ee4a31f;hp=3593c691c82b7588f501a6f3e63235fea9784746;hb=6f9609cebe4bcb87a7722b628b02a1975c56148c;hpb=068650d41003dc0b7a945a54243fbb4239c07ab2 diff --git a/Source/main.cpp b/Source/main.cpp index 3593c69..e0270b6 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -32,13 +32,14 @@ along with Lugaru. If not, see . #include #include #include -#include using namespace Game; #ifdef WIN32 #include #include +#else +#include #endif extern float multiplier;