pocket tanks
Dependencies: 4DGL-uLCD-SE pockettanks SDFileSystem mbed wave_player
Fork of ECE2035_FroggerGame_SUM1025 by
Diff: robot/robot.h
- Revision:
- 1:172fbc00199c
- Parent:
- 0:7fe3c940e4b5
- Child:
- 3:8f68c00dd75a
--- a/robot/robot.h Thu Jun 25 14:35:52 2015 +0000 +++ b/robot/robot.h Sun Oct 04 22:05:25 2015 +0000 @@ -1,9 +1,7 @@ #ifndef ROBOT_H #define ROBOT_H -#define ROBOT_COLOR 0xFFFFFF - -void robot_init(int grid_x, int grid_y); +void robot_init(int grid_x, int grid_y, double&score, bool&end); void robot_draw(int grid_x, int grid_y); void robot_clear(int grid_x, int grid_y);