diff options
Diffstat (limited to 'source/core/StarLua.hpp')
-rw-r--r-- | source/core/StarLua.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/StarLua.hpp b/source/core/StarLua.hpp index 09e81e6..57afb98 100644 --- a/source/core/StarLua.hpp +++ b/source/core/StarLua.hpp @@ -267,6 +267,8 @@ LuaValue const LuaNil = LuaValue(); class LuaCallbacks { public: + void copyCallback(String srcName, String dstName); + template <typename Function> void registerCallback(String name, Function&& func); |