mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-09 21:15:10 +01:00
7 lines
83 B
C
7 lines
83 B
C
|
#ifndef COVER_DOWNLOAD_H_
|
||
|
#define COVER_DOWNLOAD_H_
|
||
|
|
||
|
void CoverDownload();
|
||
|
|
||
|
#endif
|