aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.h b/main.h
index 76a50d7..9068990 100644
--- a/main.h
+++ b/main.h
@@ -6,6 +6,8 @@
#include <stdbool.h>
#include <assert.h>
#include <time.h>
+#include <unistd.h>
+#include <termios.h>
typedef struct board board;
typedef unsigned int uint;
@@ -16,6 +18,7 @@ enum direction {
south,
west,
east,
+ quit,
};
struct board {