mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 17:29:17 +01:00
3f9cdb5468
*Moved R896 to the branch
7 lines
135 B
C
7 lines
135 B
C
#ifndef BANNERSOUND_H
|
|
#define BANNERSOUND_H
|
|
|
|
const u8 *LoadBannerSound(const u8 *discid, u32 *size);
|
|
|
|
#endif /* BANNERSOUND_H */
|