Removed preprocessor switch surrounding library headers

This commit is contained in:
Kayne Ruse
2015-01-03 03:20:13 +11:00
parent 0344fe0d6d
commit 877c0f59d3
27 changed files with 29 additions and 139 deletions
+1 -5
View File
@@ -34,11 +34,7 @@
#define linit_c
#define LUA_LIB
#if defined(__MINGW32__)
#include "lua/lua.hpp"
#else
#include "lua.hpp"
#endif
#include "lua.hpp"
#include "map_system_api.hpp"
#include "room_system_api.hpp"