]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
give unique IDs to entities
[blank.git] / src / client / InteractiveState.hpp
index e679eb2990a5f47f285eee7eef3202776e71e83f..65c92d08ff33ab905421201621c575a1ce333250 100644 (file)
@@ -21,7 +21,7 @@ class InteractiveState
 : public State {
 
 public:
-       explicit InteractiveState(MasterState &);
+       explicit InteractiveState(MasterState &, std::uint32_t player_id);
 
        World &GetWorld() noexcept { return world; }
        Interface &GetInterface() noexcept { return interface; }