Meteor defense project

Dependencies:   N5110 mbed

Revision:
6:a554424e4517
Parent:
5:c74bbdda06f4
Child:
9:4c4d787c7a8b
--- a/GameEngine/GameEngine.h	Wed Mar 22 17:15:38 2017 +0000
+++ b/GameEngine/GameEngine.h	Thu Mar 23 19:36:33 2017 +0000
@@ -20,6 +20,8 @@
     void drawSpawn(N5110 &lcd);
     void drawLaserPlayer(Gamepad &pad, N5110 &lcd);
     void checkGameRule();
+    int Array1[Cols][Rows];
+    int Array2[Cols][Rows];
     
 private:
     Weapon weap;