aboutsummaryrefslogtreecommitdiff
path: root/Source/LoadMenu.h
blob: 1fc175421f127a7bdd1098bcb154c88bdd84f9eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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__