test avoid bulled game

Dependencies:   C12832_lcd LCD_fonts mbed mbed-rtos

Revision:
28:efe19c092c2c
Parent:
10:7b2cf5e89e65
--- a/graphics.h	Sat Dec 10 13:13:00 2016 +0000
+++ b/graphics.h	Mon Dec 12 09:49:41 2016 +0000
@@ -11,7 +11,7 @@
   0x50
 };
 
-Bitmap bitmPlayer = {
+static Bitmap bitmPlayer = {
   6, // XSize
   6, // YSize
   1, // Bytes in Line
@@ -27,7 +27,7 @@
   0x50
 };
 
-Bitmap bitmPlayerB = {
+static Bitmap bitmPlayerB = {
   6, // XSize
   6, // YSize
   1, // Bytes in Line
@@ -42,7 +42,7 @@
     0x00
 };
 
-Bitmap bitmBullet_graphics = {
+static Bitmap bitmBullet_graphics = {
     5,
     5,
     1,