diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-13 08:47:09 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-13 08:47:09 -0400 |
commit | cf8ed3fe2dfb2e5f569e1dbb3fd19c2673bd4b53 (patch) | |
tree | 677e5075aa5088ec91090dc7b563c883e835c173 /include/Quest.h | |
parent | 8f2f66a7b90f97911bbffce3ccc8c7ad01ba61ad (diff) |
quest debug
Diffstat (limited to 'include/Quest.h')
-rw-r--r-- | include/Quest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Quest.h b/include/Quest.h index 11d04a6..bbcf7ee 100644 --- a/include/Quest.h +++ b/include/Quest.h @@ -7,6 +7,8 @@ #include <inventory.h>
+#define DEBUG
+
#define TOTAL_QUESTS 1
class Quest {
|