usbloadergx/source/filelist.h
2009-05-30 17:33:35 +00:00

18 lines
451 B
C

/****************************************************************************
* libwiigui Template
* Tantric 2009
*
* imagelist.h
* Contains a list of all of the files in the images, fonts, sounds folders
***************************************************************************/
#ifndef _FILELIST_H_
#define _FILELIST_H_
#include <gccore.h>
extern const u8 background_png[];
extern const u32 background_png_size;
#endif