aboutsummaryrefslogtreecommitdiff
path: root/src/game/status_manager.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-05-22 17:13:24 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:56:59 +0200
commit7041e81abbdae6b895bda149e5369e0d52dce6ee (patch)
tree1d87cd494a7677d31db4f7e01a5c8b4a0cd525d3 /src/game/status_manager.hpp
parent7de921836587cdc359c2c4b84ed6446ada16c008 (diff)
refactor: remove statusline as game dependency
Diffstat (limited to 'src/game/status_manager.hpp')
-rw-r--r--src/game/status_manager.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/status_manager.hpp b/src/game/status_manager.hpp
index cdc9de5..ea61ff8 100644
--- a/src/game/status_manager.hpp
+++ b/src/game/status_manager.hpp
@@ -15,6 +15,8 @@ class StatusManager : public IStatusManager
public:
explicit StatusManager(std::shared_ptr<IStatusLine> statusline) noexcept;
+ void initialize() noexcept override;
+
void set_section_title(
const StatusLineSection &section,
const std::string_view &title) noexcept override;