Simple fish eat program
Dependencies: mbed mbed-rtos N5110 ShiftReg Tone
Diff: classes/Game.h
- Revision:
- 11:7c1e2a9303d3
- Parent:
- 10:e221bd1ce3ec
- Child:
- 12:20ac766b3175
--- a/classes/Game.h Tue Apr 20 15:35:00 2021 +0000 +++ b/classes/Game.h Wed Apr 21 11:08:02 2021 +0000 @@ -45,6 +45,8 @@ int _y; int X; int Y; + int i; + int colour; int lives; int check_width; int rect_width;