From e3461e90531345650fe70ada38d875a68f87f416 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 4 Jul 2023 19:27:16 +1000 Subject: Start of Interface callbacks, starting with a bindCanvas function for the whole screen --- source/frontend/StarInterfaceLuaBindings.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/frontend/StarInterfaceLuaBindings.hpp (limited to 'source/frontend/StarInterfaceLuaBindings.hpp') diff --git a/source/frontend/StarInterfaceLuaBindings.hpp b/source/frontend/StarInterfaceLuaBindings.hpp new file mode 100644 index 0000000..8bc0f0a --- /dev/null +++ b/source/frontend/StarInterfaceLuaBindings.hpp @@ -0,0 +1,16 @@ +#ifndef STAR_INTERFACE_LUA_BINDINGS_HPP +#define STAR_INTERFACE_LUA_BINDINGS_HPP + +#include "StarLua.hpp" + +namespace Star { + +STAR_CLASS(MainInterface); + +namespace LuaBindings { + LuaCallbacks makeInterfaceCallbacks(MainInterface* mainInterface); +} + +} + +#endif -- cgit v1.2.3