summaryrefslogtreecommitdiff
path: root/robot/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'robot/io.h')
-rw-r--r--robot/io.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/robot/io.h b/robot/io.h
index 64ce293..31fe410 100644
--- a/robot/io.h
+++ b/robot/io.h
@@ -1,11 +1,10 @@
#pragma once
+#include "../shared/bool.h"
+
/** @file io.h */
-#include "../shared/io.h"
+extern bool g_w2_io_object_detected;
/** @brief i/o module main */
void w2_io_main();
-
-/** @brief global struct containing all i/o */
-extern w2_s_io_all g_w2_io;