mirror of
https://github.com/Brawl345/customizemii.git
synced 2025-01-05 21:08:20 +01:00
8 lines
87 B
C
8 lines
87 B
C
#ifndef _WAD_H_
|
|
#define _WAD_H_
|
|
|
|
/* Prototypes */
|
|
s32 Wad_InstallFromMemory();
|
|
|
|
#endif
|