diff options
author | Stijn Buys <ingar@osirion.org> | 2008-05-25 15:06:09 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-05-25 15:06:09 +0000 |
commit | 36e52bc178b2ba25ecc1b3fc13e03f2aee1e8efa (patch) | |
tree | cae74734b43253360e716cb0ad91aba29fa9757e /src/core | |
parent | 210a3278e709b3cbbf2fdd6ef21a2150485b9d97 (diff) |
planet updates
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 |