mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 19:15:07 +01:00
16 lines
371 B
C
16 lines
371 B
C
|
/****************************************************************************
|
||
|
* Theme_Downloader
|
||
|
* USB Loader GX 2009
|
||
|
*
|
||
|
* Theme downloader for USB Loader GX
|
||
|
*
|
||
|
* Theme_Downloader.h
|
||
|
***************************************************************************/
|
||
|
|
||
|
#ifndef _THEME_DOWNLOADER_H_
|
||
|
#define _THEME_DOWNLOADER_H_
|
||
|
|
||
|
int Theme_Downloader();
|
||
|
|
||
|
#endif
|