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/StarScriptPane.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/frontend/StarScriptPane.cpp') diff --git a/source/frontend/StarScriptPane.cpp b/source/frontend/StarScriptPane.cpp index 38659f1..b09211d 100644 --- a/source/frontend/StarScriptPane.cpp +++ b/source/frontend/StarScriptPane.cpp @@ -12,6 +12,7 @@ #include "StarPlayer.hpp" #include "StarUniverseClient.hpp" #include "StarWidgetLuaBindings.hpp" +#include "StarInterfaceLuaBindings.hpp" #include "StarCanvasWidget.hpp" #include "StarItemTooltip.hpp" #include "StarItemGridWidget.hpp" -- cgit v1.2.3