Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MotionSensor
Diff: Entity/Player/Bullets/Bullets.h
- 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
{