diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-22 22:31:04 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-22 22:31:04 +1000 |
commit | cb19eef701b5c9e27d0464795fffcf8a4d795a21 (patch) | |
tree | 5cfbdf49ebd7ac9539891eea850e244887d4c355 /source/game/StarSystemWorld.hpp | |
parent | 4fbd67daccfa69df6988bdf17c67ee3d5f3049c5 (diff) |
Add character swapping (no GUI yet)
Diffstat (limited to 'source/game/StarSystemWorld.hpp')
-rw-r--r-- | source/game/StarSystemWorld.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarSystemWorld.hpp b/source/game/StarSystemWorld.hpp index be9a30a..c68bc59 100644 --- a/source/game/StarSystemWorld.hpp +++ b/source/game/StarSystemWorld.hpp @@ -94,6 +94,7 @@ public: Maybe<WarpAction> objectWarpAction(Uuid const& uuid) const; virtual List<SystemObjectPtr> objects() const = 0; + virtual List<Uuid> objectKeys() const = 0; virtual SystemObjectPtr getObject(Uuid const& uuid) const = 0; SystemObjectConfig systemObjectConfig(String const& name, Uuid const& uuid) const; |