aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--include/Quest.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 78db232..99038b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
main.exe
main
+game.odt
diff --git a/include/Quest.h b/include/Quest.h
index 169124e..65f5b39 100644
--- a/include/Quest.h
+++ b/include/Quest.h
@@ -1,7 +1,7 @@
#ifndef QUEST_H
#define QUEST_H
-#include <cstdlib>
+#include <common.h>
#include <cstring>
#define QUEST_LIMIT 5