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
Diff: Enemy/Enemy.h
- Revision:
- 24:67dc71a8f009
- Parent:
- 22:0d2ac98a8b48
- Child:
- 26:d16a5b1e0ace
--- a/Enemy/Enemy.h Wed May 08 08:46:11 2019 +0000 +++ b/Enemy/Enemy.h Wed May 08 14:24:53 2019 +0000 @@ -6,6 +6,12 @@ #include "Gamepad.h" #include "Bullet.h" +/** Enemy class +@brief Class for the ghost enemies +@author Melissa Hartmann +@date May 2019 +*/ + class Enemy{ public: Enemy();