ELEC2645 (2016/17) / Mbed 2 deprecated 2645_Project_el15as

Dependencies:   mbed

Revision:
7:b54323241435
Parent:
6:33fd1797beb4
Child:
10:95842278bd66
--- a/Animation/Animation.h	Mon May 01 22:47:46 2017 +0000
+++ b/Animation/Animation.h	Tue May 02 00:20:44 2017 +0000
@@ -14,7 +14,7 @@
 
     void spawn(N5110 &lcd, intVector2D starting_position);
     void death(N5110 &lcd, intVector2D position, int frame);
-    void finish(N5110 &lcd, intVector2D position);
+    void finish(N5110 &lcd, intVector2D position, Gamepad &pad, bool soundOn);
 
     int spawnCycle;