pocket tanks

Dependencies:   4DGL-uLCD-SE pockettanks SDFileSystem mbed wave_player

Fork of ECE2035_FroggerGame_SUM1025 by Le Tran

robot/robot.h

Committer:
ece2035ta
Date:
2015-10-04
Revision:
1:172fbc00199c
Parent:
0:7fe3c940e4b5
Child:
3:8f68c00dd75a

File content as of revision 1:172fbc00199c:

#ifndef ROBOT_H
#define ROBOT_H

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);

#endif