frogger game revision
Dependencies: 4DGL-uLCD-SE MMA8452 SDFileSystem mbed wave_player
Fork of ECE2035_FroggerGame_SUM2015 by
Diff: map/map_public.h
- Revision:
- 9:47f07aa85f1a
- Parent:
- 6:5ed435a31cc7
diff -r 1b6fc10c5cea -r 47f07aa85f1a map/map_public.h --- a/map/map_public.h Wed Jul 08 15:45:22 2015 +0000 +++ b/map/map_public.h Mon Feb 01 06:43:06 2016 +0000 @@ -53,7 +53,7 @@ @param grid_y The vertical position in the grid. @return 1:There is a candy be eaten. 0:The is no candy at the grid. */ -bool map_eat_candy(int grid_x, int grid_y); +double map_eat_candy(int grid_x, int grid_y); /** Get the information about the grid @param grid_x The horizontal position in the grid.