diff options
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: |
