mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
9e79c9d99b
* code cleanup
12 lines
141 B
C
12 lines
141 B
C
#ifndef _WAD_H_
|
|
#define _WAD_H_
|
|
|
|
/* Prototypes */
|
|
|
|
#define BLOCK_SIZE 1024
|
|
|
|
s32 Wad_Install( FILE * );
|
|
s32 Wad_Uninstall( FILE * );
|
|
|
|
#endif
|