customizemii/ForwardMii/Resources/GX/filelist.h
leathl abb6b9927d Implemented CustomizeMiiInstaler, Project Cleanup, etc...
git-svn-id: svn://localhost/Users/andi/Downloads/code/trunk@26 eddbe33b-e435-4246-ac25-f5eb65f9a13c
2010-01-12 17:03:46 +00:00

21 lines
534 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;
extern const u8 background169_png[];
extern const u32 background169_png_size;
#endif