mirror of
https://github.com/wiiu-env/launchiine.git
synced 2024-11-22 09:49:17 +01:00
Ignore generated filelist.h file
This commit is contained in:
parent
3d2ef7aa6a
commit
b1797266c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
*.elf
|
*.elf
|
||||||
*.rpx
|
*.rpx
|
||||||
build/
|
build/
|
||||||
|
src/resources/filelist.h
|
||||||
|
@ -1,34 +0,0 @@
|
|||||||
/****************************************************************************
|
|
||||||
* Loadiine resource files.
|
|
||||||
* This file is generated automatically.
|
|
||||||
* Includes 2 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;
|
|
||||||
|
|
||||||
extern const unsigned char bgMusic_ogg[];
|
|
||||||
extern const unsigned int bgMusic_ogg_size;
|
|
||||||
|
|
||||||
extern const unsigned char font_ttf[];
|
|
||||||
extern const unsigned int font_ttf_size;
|
|
||||||
|
|
||||||
static RecourceFile RecourceList[] =
|
|
||||||
{
|
|
||||||
{"bgMusic.ogg", bgMusic_ogg, bgMusic_ogg_size, NULL, 0},
|
|
||||||
{"font.ttf", font_ttf, font_ttf_size, NULL, 0},
|
|
||||||
{NULL, NULL, 0, NULL, 0}
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue
Block a user