diff options
Diffstat (limited to 'source/game/StarSystemWorldClient.hpp')
-rw-r--r-- | source/game/StarSystemWorldClient.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarSystemWorldClient.hpp b/source/game/StarSystemWorldClient.hpp index 1ec059a..a222ff5 100644 --- a/source/game/StarSystemWorldClient.hpp +++ b/source/game/StarSystemWorldClient.hpp @@ -28,6 +28,7 @@ public: void update(float dt); List<SystemObjectPtr> objects() const override; + List<Uuid> objectKeys() const override; SystemObjectPtr getObject(Uuid const& uuid) const override; List<SystemClientShipPtr> ships() const; |