diff options
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r-- | source/game/StarWorldClient.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/game/StarWorldClient.hpp b/source/game/StarWorldClient.hpp index d816117..2c3c340 100644 --- a/source/game/StarWorldClient.hpp +++ b/source/game/StarWorldClient.hpp @@ -212,6 +212,8 @@ private: void clearWorld(); void tryGiveMainPlayerItem(ItemPtr item); + void notifyEntityCreate(EntityPtr const& entity); + // Queues pending (step based) updates to server, void queueUpdatePackets(); void handleDamageNotifications(); |