aboutsummaryrefslogtreecommitdiff
path: root/Source/LoadMenu.h
diff options
context:
space:
mode:
authorXavier Del Campo <xavi.dcr@gmail.com>2017-02-04 14:49:08 +0100
committerXavier Del Campo <xavi.dcr@gmail.com>2017-02-04 14:49:08 +0100
commit189ecf754d0c8131464bfdff98fb56e7752556b1 (patch)
tree89e7d02128bbc7b2d3f5c19a3da14ec14291982a /Source/LoadMenu.h
downloadairport-189ecf754d0c8131464bfdff98fb56e7752556b1.tar.gz
Initial commit
Diffstat (limited to 'Source/LoadMenu.h')
-rwxr-xr-xSource/LoadMenu.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/Source/LoadMenu.h b/Source/LoadMenu.h
new file mode 100755
index 0000000..a49219e
--- /dev/null
+++ b/Source/LoadMenu.h
@@ -0,0 +1,28 @@
+#ifndef __LOAD_MENU_HEADER__
+#define __LOAD_MENU_HEADER__
+
+/* *************************************
+ * Includes
+ * *************************************/
+
+#include "Global_Inc.h"
+#include "Gfx.h"
+#include "System.h"
+#include "PltParser.h"
+#include "Font.h"
+
+/* *************************************
+ * Defines
+ * *************************************/
+
+/* *************************************
+ * Global prototypes
+ * *************************************/
+
+void LoadMenu( char * fileList[],
+ void * dest[],
+ uint8_t szFileList , uint8_t szDestList);
+
+void LoadMenuEnd(void);
+
+#endif //__LOAD_MENU_HEADER__