aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-10-18 10:49:02 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-10-18 10:49:02 -0400
commit02993cd8697970db97a7dd7a67a893ad8dce45a3 (patch)
tree5f01620b0fc86b7f45973d23cb9e5e34baa76e48 /include/world.hpp
parent0964a086ccfe2ba18b8e40d0199bdaf80841f344 (diff)
inside world work
Diffstat (limited to 'include/world.hpp')
-rw-r--r--include/world.hpp2
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; }