SharpShooter

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

Revision:
15:e09ab0d14d4b
Parent:
12:2f358065ba3f
--- a/Bullet.h	Sat Oct 29 20:02:57 2016 +0000
+++ b/Bullet.h	Mon Oct 31 18:15:21 2016 +0000
@@ -28,13 +28,6 @@
     bottomY=3;
 }
 
-/*Bullet::Bullet(int x, int bottomY, uLCD_4DGL uLCD) {
-    this->x = x;
-    this->bottomY = bottomY;
-    this->topY = bottomY + length;
-    this->uLCD = uLCD;
-}*/
-
 void Bullet::drawBullet(int x2, int bottomY2) {
     x = x2;
     bottomY = bottomY2;