Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/entity.h')
-rw-r--r--src/core/entity.h6
1 files changed, 6 insertions, 0 deletions
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;