sharpii/WadInstaller_Source/source/wad.h
mzolob@gmail.com a6d7600859 Updated to 1.6 - SendWad now supports AHBPROT (use '-ahb')
- IP can now be saved in an environmental variable (SharpiiIP) for both SendWad and SendDol (manually or with '-saveip')
                - Pointless aster eggs are fun!
                - Code cleanup/bug fixes
2011-11-08 04:59:31 +00:00

10 lines
138 B
C

#ifndef _WAD_H_
#define _WAD_H_
/* Prototypes */
s32 Wad_InstallFromMemory();
u8 Wad_SelectIOS(void);
s32 brute_tik(tik *p_tik);
#endif