summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--digital/beacon/src/position.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/digital/beacon/src/position.h b/digital/beacon/src/position.h
index 8cc77f2a..c5052fda 100644
--- a/digital/beacon/src/position.h
+++ b/digital/beacon/src/position.h
@@ -38,6 +38,16 @@ typedef enum{
POSITION_IGNORE_ANGLE
} TPositionStatus;
+typedef enum{
+ OPPONENT_1 = 1,
+ OPPONENT_2
+} TOpponent_ID;
+
+typedef enum{
+ X,
+ Y
+} TCoord_type;
+
/* Structures definition */
/* Beacon Structure */