summaryrefslogtreecommitdiff
path: root/soh/include/functions.h
diff options
context:
space:
mode:
authorPepper0ni <93387759+Pepper0ni@users.noreply.github.com>2025-05-17 05:41:14 +0100
committerGitHub <noreply@github.com>2025-05-17 00:41:14 -0400
commit5b6844ccd896d967530e0abbac6597bd8bdce36c (patch)
treeb63c4c1ae3293cdde94c69079c5be8635b23f98b /soh/include/functions.h
parentb900f8599abeb1b1aea9b1ad7cc6298beebf6d35 (diff)
reapply changes needed for C23 build on develop (#5467)
Diffstat (limited to 'soh/include/functions.h')
-rw-r--r--soh/include/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h
index ad615d173..98e938a75 100644
--- a/soh/include/functions.h
+++ b/soh/include/functions.h
@@ -1378,7 +1378,7 @@ void func_800AA0B4();
void func_800AA0F0(void);
u32 func_800AA148();
void func_800AA15C();
-void func_800AA16C();
+void Rumble_ClearRequests();
void func_800AA178(u32);
View* View_New(GraphicsContext* gfxCtx);
void View_Free(View* view);