e1a36e8988
* only get the list of shit installed on the wii 1 time and use that list globally for stuff like checking if something is installed, getting channel names, getting title versions * remove unused files * probably fuckup svn merge
11 lines
136 B
C
11 lines
136 B
C
#ifndef _WAD_H_
|
|
#define _WAD_H_
|
|
|
|
/* Prototypes */
|
|
|
|
#define BLOCK_SIZE 1024
|
|
|
|
s32 Wad_Install(FILE *);
|
|
s32 Wad_Uninstall(FILE *);
|
|
|
|
#endif
|