GX2_GUI_Template/src/resources/filelist.h
xhp-creations af8b1d58ee Change to unembedded data
Change to unembedded data
2017-01-04 13:52:38 -05:00

30 lines
789 B
C

/****************************************************************************
* Loadiine resource files.
* This file is generated automatically.
* Includes 3 files.
*
* NOTE:
* Any manual modification of this file will be overwriten by the generation.
****************************************************************************/
#ifndef _FILELIST_H_
#define _FILELIST_H_
typedef struct _RecourceFile
{
const char *filename;
const unsigned char *DefaultFile;
const unsigned int &DefaultFileSize;
unsigned char *CustomFile;
unsigned int CustomFileSize;
} RecourceFile;
static RecourceFile RecourceList[] =
{
{"bgMusic.ogg", NULL, 0, NULL, 0},
{"button_click.mp3", NULL, 0, NULL, 0},
{"font.ttf", NULL, 0, NULL, 0},
{NULL, NULL, 0, NULL, 0}
};
#endif