usbloadergx/source/wad/wad.h
giantpune e1a36e8988 * move title stuff into a class
* 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
2010-09-18 23:04:39 +00:00

12 lines
136 B
C

#ifndef _WAD_H_
#define _WAD_H_
/* Prototypes */
#define BLOCK_SIZE 1024
s32 Wad_Install(FILE *);
s32 Wad_Uninstall(FILE *);
#endif