diff options
author | madmaxoft <github@xoft.cz> | 2013-08-07 14:32:40 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-07 14:32:40 +0200 |
commit | 29b9fb0a8b138134eb929e3d1886f28e9b348dd5 (patch) | |
tree | ee9ee915404b2a26ead0faee70c54389ba9560c9 /source/LuaScript.cpp | |
parent | cIniFile: fixed API-non-exportable function marked as API-export (diff) | |
download | cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar.gz cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar.bz2 cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar.lz cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar.xz cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.tar.zst cuberite-29b9fb0a8b138134eb929e3d1886f28e9b348dd5.zip |
Diffstat (limited to '')
-rw-r--r-- | source/LuaScript.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/LuaScript.cpp b/source/LuaScript.cpp index f27d1793f..d406c2c02 100644 --- a/source/LuaScript.cpp +++ b/source/LuaScript.cpp @@ -6,11 +6,6 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "LuaScript.h" - -extern "C" -{ - #include "lualib.h" -} #include "tolua++.h" |