mirror of
https://github.com/wiiu-env/SystemMenuHook.git
synced 2025-02-23 02:37:09 +01:00
15 lines
166 B
C
15 lines
166 B
C
#ifndef GX2SPLOIT_H_
|
|
#define GX2SPLOIT_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int CheckKernelExploit(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // GX2SPLOIT_H_
|