summaryrefslogtreecommitdiffstats
path: root/source/LuaScript.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-07 14:32:40 +0200
committermadmaxoft <github@xoft.cz>2013-08-07 14:32:40 +0200
commit29b9fb0a8b138134eb929e3d1886f28e9b348dd5 (patch)
treeee9ee915404b2a26ead0faee70c54389ba9560c9 /source/LuaScript.cpp
parentcIniFile: fixed API-non-exportable function marked as API-export (diff)
downloadcuberite-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 'source/LuaScript.cpp')
-rw-r--r--source/LuaScript.cpp5
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"