Invaders game for the Gameduino

Dependencies:   Gameduino mbed

Revision:
4:e82f4a87df9e
Parent:
2:20a89dc286d5
--- a/graphics.h	Fri Dec 21 13:53:46 2012 +0000
+++ b/graphics.h	Sat Oct 26 22:32:18 2013 +0000
@@ -59,7 +59,8 @@
 
 // Damage the shield with either a bomb or a bullet (ie. above/below)
 // n=shield number [0..4], x is relative to the shield's top-left corner
-int8 zapShield(byte n, int8 x, bool withBullet);  // Return Y coordinate of blast
+int8_t zapShield(int8_t n, int8_t x, bool withBullet);  // Return Y coordinate of blast
+
 
 #endif