
Testing Documentation
Diff: Enemy/Enemy.h
- Revision:
- 10:71ced616a64f
- Parent:
- 9:62fe47a1374f
- Child:
- 14:2d7e41f46879
--- a/Enemy/Enemy.h Sat May 23 13:26:19 2020 +0000 +++ b/Enemy/Enemy.h Sun May 24 21:20:40 2020 +0000 @@ -14,9 +14,7 @@ int get_x(); int get_y(); void reset(int seed); - void dead(); private: - bool _dead; int _x; int _y; int _speed;