From b53b8ecca0e7690d8ddffbcad21d229851d5205d Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:26:37 +1100 Subject: add /hotreload --- source/frontend/StarClientCommandProcessor.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/frontend/StarClientCommandProcessor.hpp') diff --git a/source/frontend/StarClientCommandProcessor.hpp b/source/frontend/StarClientCommandProcessor.hpp index c3978a4..df60b96 100644 --- a/source/frontend/StarClientCommandProcessor.hpp +++ b/source/frontend/StarClientCommandProcessor.hpp @@ -26,6 +26,7 @@ private: String previewQuestPane(StringList const& arguments, function createPane); String reload(); + String hotReload(); String whoami(); String gravity(); String debug(String const& argumentsString); -- cgit v1.2.3