diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-26 15:48:13 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-26 15:48:13 +0200 |
| commit | 7a093920809394f7f31b75c444fe6009d1de7005 (patch) | |
| tree | b348b9731a6f771209fa5d1ca2330aae27402b2d /core/include | |
| parent | 3d02c5f637f47493d15be3f18cc295010f08c727 (diff) | |
| download | turns-7a093920809394f7f31b75c444fe6009d1de7005.tar.xz turns-7a093920809394f7f31b75c444fe6009d1de7005.zip | |
ui: tracker implement loading UI
Diffstat (limited to 'core/include')
| -rw-r--r-- | core/include/turns/core/turn_order.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/include/turns/core/turn_order.hpp b/core/include/turns/core/turn_order.hpp index 5dbc6c6..a617312 100644 --- a/core/include/turns/core/turn_order.hpp +++ b/core/include/turns/core/turn_order.hpp @@ -64,6 +64,7 @@ namespace turns::core auto stop() -> void; /** Serialization */ + auto load(nlohmann::json const & from) -> void; auto serialize() -> nlohmann::json; private: |
