Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarLua.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarLua.hpp')
-rw-r--r--source/core/StarLua.hpp7
1 files changed, 4 insertions, 3 deletions
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 <typename Return, typename... Args, typename Function>
LuaFunction createFunctionWithSignature(Function&& func);
+ LuaFunction createWrappedFunction(LuaDetail::LuaWrappedFunction function);
+
+ LuaFunction createRawFunction(lua_CFunction func);
+
LuaThread createThread();
template <typename T>
@@ -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);