From 0816cd70ca1a213b6ed872bcf3c0bf0912473722 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Oct 2021 03:22:49 +0800 Subject: *misc --- Runtime/Lua/LuaHelper.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Runtime/Lua/LuaHelper.h') diff --git a/Runtime/Lua/LuaHelper.h b/Runtime/Lua/LuaHelper.h index 10d9421..56dae54 100644 --- a/Runtime/Lua/LuaHelper.h +++ b/Runtime/Lua/LuaHelper.h @@ -10,6 +10,8 @@ class LuaHelper public: static int Call(const char* func, const char* params, ...); -}; + static bool IsType(LuaBind::State& state, const char* typeName, int idx); + static void OnRegisterNativeClass(LuaBind::State& state, int cls, std::string clsName, std::string pkgName); +}; \ No newline at end of file -- cgit v1.1-26-g67d0