summaryrefslogtreecommitdiff
path: root/include/scrcmd.h
diff options
context:
space:
mode:
authortgsm <doodrabbit@hotmail.com>2021-03-30 06:00:23 -0400
committertgsm <doodrabbit@hotmail.com>2021-03-30 06:00:23 -0400
commit0cc774d83e739f041f92b10c9703e8520727795f (patch)
tree4f25e446ce5ac171d37cbfe5b97feca214c86d99 /include/scrcmd.h
parentbbbb677b1605f3e0d0e9d73ae9b368692e78074a (diff)
scrcmd: move some extern declarations into scrcmd.h
Prevents us from having to copy and paste these over and over when decompiling more scrcmd files.
Diffstat (limited to 'include/scrcmd.h')
-rw-r--r--include/scrcmd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/scrcmd.h b/include/scrcmd.h
index 44151627..c463b01b 100644
--- a/include/scrcmd.h
+++ b/include/scrcmd.h
@@ -4,6 +4,10 @@
#include "global.h"
#include "script.h"
+extern u16 VarGet(struct UnkSavStruct80* arg, u16);
+extern u16* GetVarPointer(struct UnkSavStruct80* arg, u16);
+extern struct SaveBlock2* ScriptEnvironment_GetSav2Ptr(struct UnkSavStruct80* unk);
+
struct UnkStruct_0203A288 {
u8 unk0;
u8 unk1;