Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
38:09832e662803
Parent:
34:1d5b4da3935e
diff -r a404860171a9 -r 09832e662803 Entity/Player/Bullets/Bullets.h
--- a/Entity/Player/Bullets/Bullets.h	Tue May 07 03:47:39 2019 +0000
+++ b/Entity/Player/Bullets/Bullets.h	Tue May 07 09:09:38 2019 +0000
@@ -1,6 +1,7 @@
 #ifndef BULLETS_H
 #define BULLETS_H
 #include "Entity.h"
+#define MAX_BULLETS 15
 
 class Bullets : public Entity
 {