From 56c99c086fd14ee1b1131cb7df18c1b55ede5519 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:51:55 +1100 Subject: scriptable chat --- source/frontend/StarMainInterface.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/frontend/StarMainInterface.hpp') diff --git a/source/frontend/StarMainInterface.hpp b/source/frontend/StarMainInterface.hpp index 667a2fe..a4f617b 100644 --- a/source/frontend/StarMainInterface.hpp +++ b/source/frontend/StarMainInterface.hpp @@ -132,6 +132,7 @@ public: void takeScriptPanes(List& out); void reviveScriptPanes(List& panes); + void displayDefaultPanes(); private: PanePtr createEscapeDialog(); -- cgit v1.2.3