Contains FilePaths

Revision:
0:0f58cd031fd8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/FilePaths.h	Wed Apr 17 05:10:39 2019 +0000
@@ -0,0 +1,33 @@
+#ifndef FILEPATHS_H
+#define FILEPATHS_H
+
+const char *F[4] = {
+    "/sd/Game-Files/ImgBin/AMF/F/0.bmp",
+    "/sd/Game-Files/ImgBin/AMF/F/1.bmp",
+    "/sd/Game-Files/ImgBin/AMF/F/2.bmp",
+    "/sd/Game-Files/ImgBin/AMF/F/3.bmp"
+};
+
+    
+const char *B[4] = {
+    "/sd/Game-Files/ImgBin/AMF/B/0.bmp",
+    "/sd/Game-Files/ImgBin/AMF/B/1.bmp",
+    "/sd/Game-Files/ImgBin/AMF/B/2.bmp",
+    "/sd/Game-Files/ImgBin/AMF/B/3.bmp"
+};
+    
+const char *L[4] = {
+    "/sd/Game-Files/ImgBin/AMF/L/0.bmp",
+    "/sd/Game-Files/ImgBin/AMF/L/1.bmp",
+    "/sd/Game-Files/ImgBin/AMF/L/2.bmp",
+    "/sd/Game-Files/ImgBin/AMF/L/3.bmp"
+};
+
+const char *R[4] = {
+    "/sd/Game-Files/ImgBin/AMF/R/0.bmp",
+    "/sd/Game-Files/ImgBin/AMF/R/1.bmp",
+    "/sd/Game-Files/ImgBin/AMF/R/2.bmp",
+    "/sd/Game-Files/ImgBin/AMF/R/3.bmp"
+};
+
+#endif
\ No newline at end of file