diff options
Diffstat (limited to 'engines/sword25/script/luascript.h')
-rw-r--r-- | engines/sword25/script/luascript.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/sword25/script/luascript.h b/engines/sword25/script/luascript.h index f557ae45f1..b66c32176a 100644 --- a/engines/sword25/script/luascript.h +++ b/engines/sword25/script/luascript.h @@ -39,14 +39,7 @@ #include "common/str-array.h" #include "sword25/kernel/common.h" #include "sword25/script/script.h" - -namespace Lua { - -struct lua_State; - -} - -using namespace Lua; +#include "sword25/util/lua/lua.h" namespace Sword25 { |