diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 03:18:08 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 03:18:08 -0500 |
commit | 49bef258567b8ac6ead607de8ce0ac64581cdb55 (patch) | |
tree | 5c46abd03c745dd2127756061c0ed8d6173059b9 /include/match_call.h | |
parent | ee6942683882e2abd4bde79f8355b71abbd21af9 (diff) |
Clean up the last extern functions
Diffstat (limited to 'include/match_call.h')
-rw-r--r-- | include/match_call.h | 1 |
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 |