diff options
author | tgsm <doodrabbit@hotmail.com> | 2021-03-30 06:00:23 -0400 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2021-03-30 06:00:23 -0400 |
commit | 0cc774d83e739f041f92b10c9703e8520727795f (patch) | |
tree | 4f25e446ce5ac171d37cbfe5b97feca214c86d99 /include/scrcmd.h | |
parent | bbbb677b1605f3e0d0e9d73ae9b368692e78074a (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.h | 4 |
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; |