aboutsummaryrefslogtreecommitdiff
path: root/Source/LoadMenu.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-09-16 01:44:42 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-09-16 01:44:42 +0200
commit0d7af34486f15d8f31f8474f17cad698923cadcb (patch)
treea8489b916733589bbf90f25f3d654ade9353e4a1 /Source/LoadMenu.h
parentf2a6798f1da7231facec93305f8c157f1a56f072 (diff)
downloadairport-0d7af34486f15d8f31f8474f17cad698923cadcb.tar.gz
* Trimmed ending whitespaces.
* Makefile now generates output TIM files automatically, using 'cat whatever.flags' files as flags for bmp2tim.
Diffstat (limited to 'Source/LoadMenu.h')
-rw-r--r--Source/LoadMenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/LoadMenu.h b/Source/LoadMenu.h
index 307c7ae..3407dd1 100644
--- a/Source/LoadMenu.h
+++ b/Source/LoadMenu.h
@@ -15,10 +15,10 @@
* Global prototypes
* *************************************/
-void LoadMenu( char* fileList[],
+void LoadMenu( char* fileList[],
void* dest[],
uint8_t szFileList , uint8_t szDestList);
-
+
void LoadMenuEnd(void);
#endif //__LOAD_MENU_HEADER__