summaryrefslogtreecommitdiff
path: root/include/tak.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/tak.c')
-rw-r--r--include/tak.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/tak.c b/include/tak.c
index 3a8dff4..b1a20f2 100644
--- a/include/tak.c
+++ b/include/tak.c
@@ -1,6 +1,17 @@
#include "tak.h"
// ===================================================================
+// Globals
+// ===================================================================
+
+enum WIN_TYPE won;
+uint8_t board_size;
+data_t celldat[36];
+colour_stack_t colours[36];
+enum COLOUR current_colour;
+uint8_t white_count, black_count, ply;
+
+// ===================================================================
// Helpers
// ===================================================================