mirror of
https://github.com/mogzol/sharpii.git
synced 2024-11-14 06:35:05 +01:00
a6d7600859
- 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
10 lines
138 B
C
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
|