Game for Project 2

Dependencies:   4DGL-uLCD-SE SDFileSystem mbed wave_player

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers robot.h Source File

robot.h

00001 #ifndef ROBOT_H
00002 #define ROBOT_H
00003 
00004 #define ROBOT_COLOR 0xFFFFFF
00005 
00006 void robot_init(int grid_x, int grid_y);
00007 void robot_draw(int grid_x, int grid_y);
00008 void robot_clear(int grid_x, int grid_y);
00009 
00010 #endif