aboutsummaryrefslogtreecommitdiff
path: root/robot/mode_grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'robot/mode_grid.h')
-rw-r--r--robot/mode_grid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/robot/mode_grid.h b/robot/mode_grid.h
index 2df0d33..408a8ff 100644
--- a/robot/mode_grid.h
+++ b/robot/mode_grid.h
@@ -22,4 +22,6 @@ typedef struct {
int y;
} w2_s_grid_coordinate;
-extern w2_s_grid_coordinate g_w2_order[4];
+extern w2_s_grid_coordinate g_w2_order[16];
+extern unsigned int g_w2_order_index;
+