diff options
author | Hop311 <Hop3114@gmail.com> | 2024-09-07 23:22:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 23:22:24 +0200 |
commit | 1c210c13dbcce431bd4b799fb80f62db121313ed (patch) | |
tree | a74df27b1facae8a8a926a2be9edd2deb844b4eb /extension/src/openvic-extension/singletons/GameSingleton.hpp | |
parent | fa7fdd637df1ae98ebb3f565b91cee764746bb92 (diff) | |
parent | 8a481ee97360bf35c19dbdd9720f86616b2d8647 (diff) |
Merge pull request #263 from OpenVicProject/update-clock
Update openvic-simulation to OpenVicProject/OpenVic-Simulation@d360457
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(); }; } |