customizemii/ForwardMii-Plugin/Resources/GX/filelist.h
Leathl de00403694 CustomizeMii 1.2
CustomizeMii 1.2 Mono
ForwardMii 1.0
libOGC for the built in Forwarder Creation

git-svn-id: svn://localhost/Users/andi/Downloads/code/trunk@7 eddbe33b-e435-4246-ac25-f5eb65f9a13c
2009-12-05 01:12:28 +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