From 6016ece202eef94ed76bd20d4f7879ccc71cc2e6 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 12 Mar 2019 23:08:31 +0800 Subject: *luax --- Source/3rdParty/Luax/luax.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/3rdParty/Luax/luax.h') diff --git a/Source/3rdParty/Luax/luax.h b/Source/3rdParty/Luax/luax.h index 66162a4..f43fb26 100644 --- a/Source/3rdParty/Luax/luax.h +++ b/Source/3rdParty/Luax/luax.h @@ -4,11 +4,12 @@ // 从moai-core中抽离出来 // include lua.hpp before this -#include "luax_runtime.h" #include "luax_state.h" #include "luax_ref.h" #include "luax_class.h" #include "luax_module.h" +#include "luax_runtime.h" +#include "luax_reftable.h" // luax 扩展的lua主要概念有 // * modules -- cgit v1.1-26-g67d0