usbloadergx/source/banner/banner.h

23 lines
403 B
C
Raw Normal View History

/****************************************************************************
* USB Loader GX Team
* banner.h
*
* Dump opening.bnr thanks to Wiipower
***************************************************************************/
#ifndef BANNER_H
#define BANNER_H
#ifdef __cplusplus
extern "C"
{
#endif
2010-09-24 02:48:03 +02:00
s32 dump_banner(const u8 *discid, const char * dest);
#ifdef __cplusplus
}
#endif
#endif