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

summaryrefslogtreecommitdiff
path: root/source/frontend/StarClientCommandProcessor.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-08-20 23:51:43 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-08-20 23:51:43 +1000
commitedbee201ee2debbe56e27636760a9d650b8ff685 (patch)
treed8514dd5e047db71f3cd0b36e9e3f6a3d0a2471a /source/frontend/StarClientCommandProcessor.hpp
parent33b7f17bb23b22f755aa9918939302b900aa4cd5 (diff)
Command to adjust global timescale
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 7446e70..2faf597 100644
--- a/source/frontend/StarClientCommandProcessor.hpp
+++ b/source/frontend/StarClientCommandProcessor.hpp
@@ -59,6 +59,7 @@ private:
String enableTech(String const& argumentsString);
String upgradeShip(String const& argumentsString);
String swap(String const& argumentsString);
+ String timeScale(String const& argumentsString);
UniverseClientPtr m_universeClient;
CinematicPtr m_cinematicOverlay;