For Nikhil

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

Fork of 2035_Tanks_Shell by ECE2035 Spring 2015 TA

Revision:
25:b3c075a2f2c7
Parent:
23:77049670cae6
Child:
27:bd55ab4d137c
--- a/Tank/tank.cpp	Fri Oct 30 09:01:48 2015 +0000
+++ b/Tank/tank.cpp	Fri Oct 30 09:07:49 2015 +0000
@@ -40,7 +40,7 @@
 }
 
 void Tank::barrel_end(int* bx, int* by) {
-    // Return the x and y coords of the end of the barrel.
+    // Set the x and y coords of the end of the barrel.
     // *bx = ???
     // *by = ???
 }