Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarClientCommandProcessor.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-02-03 09:26:37 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2025-02-03 09:26:37 +1100
commitb53b8ecca0e7690d8ddffbcad21d229851d5205d (patch)
tree5f1a8fd6d65b77870aaea78dd8fb5995611f72b3 /source/frontend/StarClientCommandProcessor.hpp
parent56f384a2acef619f287db700f48e8f1a3ec71e61 (diff)
add /hotreload
Diffstat (limited to 'source/frontend/StarClientCommandProcessor.hpp')
-rw-r--r--source/frontend/StarClientCommandProcessor.hpp1
1 files changed, 1 insertions, 0 deletions
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<PanePtr(QuestPtr)> createPane);
String reload();
+ String hotReload();
String whoami();
String gravity();
String debug(String const& argumentsString);