mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-19 06:39:16 +01:00
10 lines
126 B
C
10 lines
126 B
C
|
|
#ifndef _EXPLOIT_H_
|
|
#define _EXPLOIT_H_
|
|
|
|
void IOSUExploit();
|
|
void uhs_exploit_init(void);
|
|
int uhs_write32(int, int);
|
|
|
|
#endif
|