diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-23 21:34:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 21:34:14 +0100 |
commit | c3a9cae755efd6c2efde269c0837d2524634d592 (patch) | |
tree | 4ec97468f3963829479447e5772b19b971087b0a /include/scrcmd.h | |
parent | b934918219cb4871c726b4e9815f0b801210865b (diff) | |
parent | 8ffb7a0c637d74d2140fefc7e20e10288b43e286 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'include/scrcmd.h')
-rw-r--r-- | include/scrcmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scrcmd.h b/include/scrcmd.h index 226bbb8c..a1906e2d 100644 --- a/include/scrcmd.h +++ b/include/scrcmd.h @@ -161,6 +161,7 @@ BOOL ScrCmd_Unk0054(struct ScriptContext *ctx); BOOL FUN_02041464(struct ScriptContext *ctx); BOOL ScrCmd_Unk0055(struct ScriptContext* ctx); BOOL ScrCmd_Unk0056(struct ScriptContext* ctx); +BOOL ScrCmd_Unk0057(struct ScriptContext* ctx); BOOL ScrCmd_Unk0058(struct ScriptContext* ctx); BOOL ScrCmd_Unk0049(struct ScriptContext* ctx); BOOL ScrCmd_Unk004A(struct ScriptContext* ctx); |