mirror of
https://github.com/Brawl345/customizemii.git
synced 2024-11-14 20:35:12 +01:00
8 lines
87 B
C
8 lines
87 B
C
|
#ifndef _WAD_H_
|
||
|
#define _WAD_H_
|
||
|
|
||
|
/* Prototypes */
|
||
|
s32 Wad_InstallFromMemory();
|
||
|
|
||
|
#endif
|