diff options
author | red031000 <rubenru09@aol.com> | 2020-05-24 18:56:21 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-24 18:56:21 +0100 |
commit | cf80ce7a82b3193261a76caeefd009ca5e862ac5 (patch) | |
tree | 1e94a3ec9d9dad8b76c3c57b61a3f81847a09a0c /include/GFLIB_sysctl.h | |
parent | caf682d92bfe069c09b7cf024c995255705d33b1 (diff) |
add header for GFLIB_sysctl and fix warnings
Diffstat (limited to 'include/GFLIB_sysctl.h')
-rw-r--r-- | include/GFLIB_sysctl.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/include/GFLIB_sysctl.h b/include/GFLIB_sysctl.h new file mode 100644 index 00000000..9aec681c --- /dev/null +++ b/include/GFLIB_sysctl.h @@ -0,0 +1,25 @@ +// +// Created by red031000 on 2020-05-24. +// + +#ifndef POKEDIAMOND_GFLIB_SYSCTL_H +#define POKEDIAMOND_GFLIB_SYSCTL_H + +#include "global.h" +#include "main.h" + +extern struct Unk21C48B8 gUnknown21C48B8; +struct Unk2106FA0 gBacklightTop; + +void FUN_02000DF4(void); +void FUN_02000E0C(void); +void FUN_02000E7C(FSOverlayID id, struct Unk21DBE18 * arg1); +void FUN_02000E9C(void); +void FUN_02000EC8(u32 parameter); +void FUN_02000EE8(void); +void DoSoftReset(u32 parameter); +void FUN_02000F4C(u32 arg0, u32 arg1); +void InitializeMainRNG(void); +void FUN_02000FE8(void); + +#endif //POKEDIAMOND_GFLIB_SYSCTL_H |