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.
Diff: Character/Character.cpp
- Revision:
- 9:62fe47a1374f
- Parent:
- 4:b16b6078a432
- Child:
- 10:71ced616a64f
--- a/Character/Character.cpp Fri May 22 16:54:10 2020 +0000
+++ b/Character/Character.cpp Sat May 23 13:26:19 2020 +0000
@@ -93,14 +93,6 @@
_y = 43;
}
}
-void Character::level_up()
-{ //Mutator function for leveling up
- _level++;
-}
-int Character::get_level()
-{ //Accessor function for level
- return _level;
-}
int Character::get_x()
{
return _x;