diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | include/Quest.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |