aboutsummaryrefslogtreecommitdiff
path: root/Source/MainMenuBtnAni.h
blob: 7741bb4ce29268e2d2d165ac9f3649d1f10dc797 (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
#ifndef __MAINMENUBTN_HEADER__
#define __MAINMENUBTN_HEADER__


/* *************************************
 * 	Includes
 * *************************************/

#include "Global_Inc.h"

/* *************************************
 * 	Defines
 * *************************************/

#define MAIN_MENU_BTN_ANI_SIZE 53

/* *************************************
 * 	Global prototypes
 * *************************************/

/* *************************************
 * 	Global variables
 * *************************************/

extern short MainMenuBtnAni[];

#endif // __MAINMENUBTN_HEADER__