summaryrefslogtreecommitdiff
path: root/include/move.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/move.h')
-rw-r--r--include/move.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/move.h b/include/move.h
index df95761..489aeb9 100644
--- a/include/move.h
+++ b/include/move.h
@@ -6,5 +6,7 @@ enum class Move: int
MOVE_LEFT = 1,
MOVE_RIGHT = 2,
SHOOT = 3,
- BUILD_MISSILE_CONTROLLER = 4
+ BUILD_MISSILE_CONTROLLER = 4,
+ BUILD_ALIEN_FACTORY = 5,
+ BUILD_SHIELD = 6
};