2016-02-29 22:28:18 +01:00
|
|
|
/****************************************************************************
|
|
|
|
* Loadiine resource files.
|
|
|
|
* This file is generated automatically.
|
|
|
|
* Includes 13 files.
|
|
|
|
*
|
|
|
|
* NOTE:
|
|
|
|
* Any manual modification of this file will be overwriten by the generation.
|
|
|
|
****************************************************************************/
|
|
|
|
#ifndef _FILELIST_H_
|
|
|
|
#define _FILELIST_H_
|
|
|
|
|
|
|
|
typedef struct _RecourceFile
|
|
|
|
{
|
2016-10-19 17:56:50 +02:00
|
|
|
const char *filename;
|
|
|
|
const unsigned char *DefaultFile;
|
|
|
|
const unsigned int &DefaultFileSize;
|
|
|
|
unsigned char *CustomFile;
|
|
|
|
unsigned int CustomFileSize;
|
2016-02-29 22:28:18 +01:00
|
|
|
} RecourceFile;
|
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char bgMusic_ogg[];
|
|
|
|
extern const unsigned int bgMusic_ogg_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char button_click_mp3[];
|
|
|
|
extern const unsigned int button_click_mp3_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char button_png[];
|
|
|
|
extern const unsigned int button_png_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char font_ttf[];
|
|
|
|
extern const unsigned int font_ttf_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char homebrewButton_png[];
|
|
|
|
extern const unsigned int homebrewButton_png_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char launchMenuBox_png[];
|
|
|
|
extern const unsigned int launchMenuBox_png_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char leftArrow_png[];
|
|
|
|
extern const unsigned int leftArrow_png_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char player1_point_png[];
|
|
|
|
extern const unsigned int player1_point_png_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char player2_point_png[];
|
|
|
|
extern const unsigned int player2_point_png_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char player3_point_png[];
|
|
|
|
extern const unsigned int player3_point_png_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char player4_point_png[];
|
|
|
|
extern const unsigned int player4_point_png_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char progressWindow_png[];
|
|
|
|
extern const unsigned int progressWindow_png_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
2016-10-19 17:56:50 +02:00
|
|
|
extern const unsigned char rightArrow_png[];
|
|
|
|
extern const unsigned int rightArrow_png_size;
|
2016-02-29 22:28:18 +01:00
|
|
|
|
|
|
|
static RecourceFile RecourceList[] =
|
|
|
|
{
|
|
|
|
{"bgMusic.ogg", bgMusic_ogg, bgMusic_ogg_size, NULL, 0},
|
|
|
|
{"button_click.mp3", button_click_mp3, button_click_mp3_size, NULL, 0},
|
|
|
|
{"button.png", button_png, button_png_size, NULL, 0},
|
|
|
|
{"font.ttf", font_ttf, font_ttf_size, NULL, 0},
|
|
|
|
{"homebrewButton.png", homebrewButton_png, homebrewButton_png_size, NULL, 0},
|
|
|
|
{"launchMenuBox.png", launchMenuBox_png, launchMenuBox_png_size, NULL, 0},
|
|
|
|
{"leftArrow.png", leftArrow_png, leftArrow_png_size, NULL, 0},
|
|
|
|
{"player1_point.png", player1_point_png, player1_point_png_size, NULL, 0},
|
|
|
|
{"player2_point.png", player2_point_png, player2_point_png_size, NULL, 0},
|
|
|
|
{"player3_point.png", player3_point_png, player3_point_png_size, NULL, 0},
|
|
|
|
{"player4_point.png", player4_point_png, player4_point_png_size, NULL, 0},
|
|
|
|
{"progressWindow.png", progressWindow_png, progressWindow_png_size, NULL, 0},
|
|
|
|
{"rightArrow.png", rightArrow_png, rightArrow_png_size, NULL, 0},
|
|
|
|
{NULL, NULL, 0, NULL, 0}
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|