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/StarLuaConverters.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/core/StarLuaConverters.hpp') diff --git a/source/core/StarLuaConverters.hpp b/source/core/StarLuaConverters.hpp index c20442f..eb06e35 100644 --- a/source/core/StarLuaConverters.hpp +++ b/source/core/StarLuaConverters.hpp @@ -259,6 +259,12 @@ struct LuaConverter { static Maybe to(LuaEngine& engine, LuaValue const& v); }; +template <> +struct LuaConverter { + static LuaValue from(LuaEngine& engine, LuaCallbacks const& c); + static Maybe to(LuaEngine& engine, LuaValue const& v); +}; + } #endif -- cgit v1.2.3