diff options
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/world.hpp b/include/world.hpp index 4b25e85..7dccf1b 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -198,6 +198,8 @@ private: public: + float HouseWidth; + inline bool isIndoor(void) const { return m_Indoor; } |