From 02993cd8697970db97a7dd7a67a893ad8dce45a3 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 18 Oct 2016 10:49:02 -0400 Subject: inside world work --- include/common.hpp | 2 ++ include/world.hpp | 2 ++ 2 files changed, 4 insertions(+) (limited to 'include') diff --git a/include/common.hpp b/include/common.hpp index 69e6a11..31c8d62 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -55,6 +55,8 @@ typedef unsigned int uint; */ #define DEBUG_printf(message, ...) DEBUG_prints(__FILE__, __LINE__, message, __VA_ARGS__) +#define BREAKPOINT __asm__("int $3") + /** * Creates a coordinate of integers. */ 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; } -- cgit v1.2.3