mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 23:08:49 -06:00
9 lines
111 B
C
9 lines
111 B
C
|
#ifndef _WAD_H_
|
||
|
#define _WAD_H_
|
||
|
|
||
|
/* Prototypes */
|
||
|
s32 Wad_InstallFromMemory();
|
||
|
u8 Wad_SelectIOS(void);
|
||
|
|
||
|
#endif
|