Pancake Library for mbed

Revision:
3:65314d2d33bb
Parent:
2:a711a6feb092
diff -r a711a6feb092 -r 65314d2d33bb pancake.hpp
--- a/pancake.hpp	Sat Nov 28 16:33:24 2015 +0000
+++ b/pancake.hpp	Sat Nov 28 17:58:22 2015 +0000
@@ -18,7 +18,16 @@
     P_RedPurple,
     P_Gray
     }P_Color;
-
+typedef enum Pancake_Image{
+    P_Pancake,
+    P_Grassland,
+    P_Road,
+    P_Wilderness,
+    P_Sea,
+    P_Sky,
+    P_Space,
+    P_Castle
+    }P_Image;
 class sound_t{
     public:
     sound_t()