mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 01:09:16 +01:00
9e79c9d99b
* code cleanup
7 lines
137 B
C
7 lines
137 B
C
#ifndef BANNERSOUND_H
|
|
#define BANNERSOUND_H
|
|
|
|
const u8 *LoadBannerSound( const u8 *discid, u32 *size );
|
|
|
|
#endif /* BANNERSOUND_H */
|