Revenge of the Mouse

Dependencies:   4DGL-uLCD-SE EthernetInterface Game_Synchronizer LCD_fonts MMA8452 SDFileSystem mbed-rtos mbed wave_player

Fork of 2035_Tanks_Shell by ECE2035 Spring 2015 TA

Revision:
23:77049670cae6
Parent:
22:3c68eea5a609
--- a/Tank/tank.h	Thu Oct 29 05:14:49 2015 +0000
+++ b/Tank/tank.h	Fri Oct 30 08:54:10 2015 +0000
@@ -1,6 +1,9 @@
 #ifndef TANK_H__
 #define TANK_H__
 
+// This class describes a tank. You may need to add
+// additional member variables (and maybe even member functions)
+// to draw your super cool new tank. 
 
 class Tank {
     public: