diff options
| author | Xavier Del Campo <xavi.dcr@gmail.com> | 2017-02-04 14:49:08 +0100 |
|---|---|---|
| committer | Xavier Del Campo <xavi.dcr@gmail.com> | 2017-02-04 14:49:08 +0100 |
| commit | 189ecf754d0c8131464bfdff98fb56e7752556b1 (patch) | |
| tree | 89e7d02128bbc7b2d3f5c19a3da14ec14291982a /Source/MainMenuBtnAni.h | |
| download | airport-189ecf754d0c8131464bfdff98fb56e7752556b1.tar.gz | |
Initial commit
Diffstat (limited to 'Source/MainMenuBtnAni.h')
| -rwxr-xr-x | Source/MainMenuBtnAni.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Source/MainMenuBtnAni.h b/Source/MainMenuBtnAni.h new file mode 100755 index 0000000..7741bb4 --- /dev/null +++ b/Source/MainMenuBtnAni.h @@ -0,0 +1,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__ |
