Player character library
Diff: PlayerChar.cpp
- Revision:
- 8:e192166b28f9
- Parent:
- 7:7590ebb0bbe4
- Child:
- 9:47ef8da7cbf2
--- a/PlayerChar.cpp Thu Apr 20 18:48:25 2017 +0000 +++ b/PlayerChar.cpp Sat Apr 22 17:53:41 2017 +0000 @@ -1,7 +1,6 @@ #include "PlayerChar.h" ; -//y16x8 static int detectiveStill[] = { 0,0,1,1,1,1,0,0, 0,0,1,1,1,1,0,0, @@ -45,4 +44,9 @@ _x = 76; } detective1.render(lcd, _x, 30); -} \ No newline at end of file + +} + +int playerChar::getdex(){ + return _x; + } \ No newline at end of file