diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-08 15:47:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 15:47:45 -0400 |
commit | 89bcf3cbd9ad9d3c3631159c5ba20d3660819066 (patch) | |
tree | aa2b318b4763fe39fd4ffc19ac7356dabba7034f /include/berry_crush.h | |
parent | a88676094b37951bd83b81cf610ddf92d7be0736 (diff) | |
parent | 9ff261ac2a249a669a42381509ef288287535b4f (diff) |
Merge branch 'master' into add-localids
Diffstat (limited to 'include/berry_crush.h')
-rwxr-xr-x | include/berry_crush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/berry_crush.h b/include/berry_crush.h index 8909ae821..a08f1f699 100755 --- a/include/berry_crush.h +++ b/include/berry_crush.h @@ -3,6 +3,6 @@ #include "main.h" -void sub_8020C70(MainCallback callback); +void StartBerryCrush(MainCallback callback); #endif // GUARD_BERRY_CRUSH_H |