From 977a9a68d2465818a331643399a9ecc998d0cbb3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Nov 2013 15:22:44 +0000 Subject: Bumped network protocol to version 27, send player reputation and stats from server to client, send entity faction to clients, improved list_entity. --- src/core/entity.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/entity.h') diff --git a/src/core/entity.h b/src/core/entity.h index a1de121..de4f210 100644 --- a/src/core/entity.h +++ b/src/core/entity.h @@ -598,6 +598,12 @@ public: virtual ~EntityDynamic(); /*----- inspectors ------------------------------------------------ */ + + /** + * @brief print information about the entity + * */ + virtual void print() const; + /// core type id virtual inline const unsigned int type() const { return Entity::Dynamic; -- cgit v1.2.3