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/Enemy2.cpp
- Revision:
- 14:d0650d0de063
- Parent:
- 13:c3b550fc2445
- Child:
- 16:37d98c281eb3
--- a/Enemy/Enemy2.cpp Sat May 04 19:33:08 2019 +0000 +++ b/Enemy/Enemy2.cpp Mon May 06 14:13:09 2019 +0000 @@ -14,13 +14,11 @@ y_enem = y; } -int Enemy2::get_x_enem() -{ +int Enemy2::get_x_enem(){ return x_enem; } -int Enemy2::get_y_enem() -{ +int Enemy2::get_y_enem(){ return y_enem; }