From c923f4f13b1cade968bb6fec585a242b62d35715 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:36:27 +1000 Subject: pane lua stuff --- source/core/StarLua.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/core/StarLua.hpp') diff --git a/source/core/StarLua.hpp b/source/core/StarLua.hpp index 41310a3..500923d 100644 --- a/source/core/StarLua.hpp +++ b/source/core/StarLua.hpp @@ -526,6 +526,10 @@ public: template LuaFunction createFunctionWithSignature(Function&& func); + LuaFunction createWrappedFunction(LuaDetail::LuaWrappedFunction function); + + LuaFunction createRawFunction(lua_CFunction func); + LuaThread createThread(); template @@ -639,9 +643,6 @@ private: int placeHandle(); - LuaFunction createWrappedFunction(LuaDetail::LuaWrappedFunction function); - LuaFunction createRawFunction(lua_CFunction func); - void pushLuaValue(lua_State* state, LuaValue const& luaValue); LuaValue popLuaValue(lua_State* state); -- cgit v1.2.3