summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-09-20 16:00:02 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-09-20 16:00:02 +0200
commit31a82b0359515ae579514024b22873fb708c3f53 (patch)
tree3cdf12666b03813c4a1f6d5a421f8648f8bb163d /include
parenta515cb497c109a533d73475be8ea6df6bdeafd96 (diff)
Made manually tuned brain
Diffstat (limited to 'include')
-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
};