diff options
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r-- | source/game/StarWorldClient.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/game/StarWorldClient.hpp b/source/game/StarWorldClient.hpp index 34efc1c..6a241ae 100644 --- a/source/game/StarWorldClient.hpp +++ b/source/game/StarWorldClient.hpp @@ -108,6 +108,8 @@ public: void reviveMainPlayer(); bool respawnInWorld() const; + void removeEntity(EntityId entityId, bool andDie); + WorldTemplateConstPtr currentTemplate() const; SkyConstPtr currentSky() const; @@ -214,8 +216,6 @@ private: void sparkDamagedBlocks(); - void removeEntity(EntityId entityId, bool andDie); - Vec2I environmentBiomeTrackPosition() const; AmbientNoisesDescriptionPtr currentAmbientNoises() const; WeatherNoisesDescriptionPtr currentWeatherNoises() const; |