diff options
author | hop311 <hop3114@gmail.com> | 2024-09-06 22:16:31 +0200 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-09-06 22:44:16 +0200 |
commit | 8a481ee97360bf35c19dbdd9720f86616b2d8647 (patch) | |
tree | 973432ce0a3ab1e9c1471338ffdacd6fb1ae6fa7 /extension/src/openvic-extension/singletons/GameSingleton.hpp | |
parent | dd6d7a4538d98eb82de4523d95638cb35f35cd2a (diff) |
Update openvic-simulation to OpenVicProject/OpenVic-Simulation@d360457update-clock
Diffstat (limited to 'extension/src/openvic-extension/singletons/GameSingleton.hpp')
-rw-r--r-- | extension/src/openvic-extension/singletons/GameSingleton.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/openvic-extension/singletons/GameSingleton.hpp b/extension/src/openvic-extension/singletons/GameSingleton.hpp index 3c6d8f8..e0eb5fc 100644 --- a/extension/src/openvic-extension/singletons/GameSingleton.hpp +++ b/extension/src/openvic-extension/singletons/GameSingleton.hpp @@ -124,6 +124,6 @@ namespace OpenVic { void set_selected_province(int32_t index); void unset_selected_province(); - void try_tick(); + godot::Error update_clock(); }; } |