Display driver for the Vives city game

Dependencies:   TextLCD

Revision:
4:f056a09af806
Parent:
0:80ce68cdf568
Child:
5:06eccc902247
--- a/CostumCharacters.h	Wed Apr 26 09:35:15 2017 +0000
+++ b/CostumCharacters.h	Mon May 08 20:01:50 2017 +0000
@@ -1,9 +1,6 @@
 #pragma once
 #include "TextLCD.h"
 
-namespace VivesCityGame
-{
-
 class CostumCharacters
 {
 private:
@@ -32,4 +29,4 @@
 
 
 };
-};
+