aboutsummaryrefslogtreecommitdiff
path: root/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'game.h')
-rw-r--r--game.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/game.h b/game.h
index 1cfd1c1..58ba479 100644
--- a/game.h
+++ b/game.h
@@ -25,11 +25,16 @@
#define SI 1
#define CHGK 2
+//question status
+#define CORRECT 1
+#define WRONG 0
+#define NOREPLY -1
+
uint8_t gameType;
uint8_t withFalseStart;
uint8_t timer1;
uint8_t timer2;
-uint32_t timer;
+//uint32_t timer;
uint8_t preSignal;
uint32_t startTime;
uint32_t time;