diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/entity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/entity.h b/src/core/entity.h index 287157b..c93d059 100644 --- a/src/core/entity.h +++ b/src/core/entity.h @@ -316,6 +316,8 @@ public: virtual void serialize(std::ostream & os) const; + inline const std::string &texture() const { return entity_texture; } + /*----- inspectors ------------------------------------------------ */ /// core type id |