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/Enemy1.h
- Revision:
- 26:3652bc2fe3fc
- Parent:
- 25:1d3bf74dddeb
--- a/Enemy/Enemy1.h Thu May 09 13:43:23 2019 +0000 +++ b/Enemy/Enemy1.h Thu May 09 14:40:58 2019 +0000 @@ -51,6 +51,11 @@ */ void init(int x,int y); /** + * @brief Incrementer Reset + * @details Resets incrementer used for enemy movement + */ + void resetIncrementer(); + /** * @brief Get x * @details Gets the current x-coordinate */