summaryrefslogtreecommitdiffhomepage
path: root/digital/io/src/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/src/init.h')
-rw-r--r--digital/io/src/init.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/digital/io/src/init.h b/digital/io/src/init.h
index 99de38f4..ef3074fb 100644
--- a/digital/io/src/init.h
+++ b/digital/io/src/init.h
@@ -30,4 +30,10 @@
*/
#define INIT_DIST (PG_START_ZONE_LENGTH - BOT_LENGTH - 50)
+/**
+ * The match begin!
+ * This variable is set to 1 when the match start.
+ */
+extern uint8_t init_match_is_started;
+
#endif /* init_h */