mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 23:08:49 -06: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
9 lines
138 B
C
9 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
|