mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-03 10:05:05 +01:00
12 lines
137 B
C
12 lines
137 B
C
#ifndef _WAD_H_
|
|
#define _WAD_H_
|
|
|
|
/* Prototypes */
|
|
|
|
#define BLOCK_SIZE 1024
|
|
|
|
s32 Wad_Install(FILE *);
|
|
s32 Wad_Uninstall(FILE *);
|
|
|
|
#endif
|