diff options
Diffstat (limited to '3ds/libkhax/khax.h')
-rw-r--r-- | 3ds/libkhax/khax.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/3ds/libkhax/khax.h b/3ds/libkhax/khax.h deleted file mode 100644 index 21051c3..0000000 --- a/3ds/libkhax/khax.h +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once
-
-#include <3ds.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-// Initialize and do the initial pwning of the ARM11 kernel.
-Result khaxInit();
-// Shut down libkhax
-Result khaxExit();
-
-#ifdef __cplusplus
-}
-#endif
|