summaryrefslogtreecommitdiff
path: root/include/match_call.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-02 03:18:08 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-02 03:18:08 -0500
commit49bef258567b8ac6ead607de8ce0ac64581cdb55 (patch)
tree5c46abd03c745dd2127756061c0ed8d6173059b9 /include/match_call.h
parentee6942683882e2abd4bde79f8355b71abbd21af9 (diff)
Clean up the last extern functions
Diffstat (limited to 'include/match_call.h')
-rw-r--r--include/match_call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/match_call.h b/include/match_call.h
index 1bf654937..6803d2f26 100644
--- a/include/match_call.h
+++ b/include/match_call.h
@@ -15,5 +15,6 @@ void InitMatchCallCounters(void);
bool32 TryStartMatchCall(void);
bool32 IsMatchCallTaskActive(void);
void StartMatchCallFromScript(u8* script);
+void sub_8197080(u8 *destStr);
#endif //GUARD_MATCH_CALL_H