summaryrefslogtreecommitdiff
path: root/src/code_80057C60.h
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2024-01-06 15:46:59 +0100
committerGitHub <noreply@github.com>2024-01-06 07:46:59 -0700
commit03843d77fe0311022c69ad73ac6ebd73130eb80c (patch)
tree8fe267c62ecd878d62d16d5ba0f4f0b6a50ce6f8 /src/code_80057C60.h
parent4429c490627ac9fa8f45e95924a0b25a554f12f3 (diff)
some const placement and one rename (#529)
* some const placement and one rename
Diffstat (limited to 'src/code_80057C60.h')
-rw-r--r--src/code_80057C60.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/code_80057C60.h b/src/code_80057C60.h
index 9d58dd5bc..1605de574 100644
--- a/src/code_80057C60.h
+++ b/src/code_80057C60.h
@@ -15,7 +15,9 @@ typedef struct {
char unk_18[0x8];
} struct_D_8018CE10; // size = 0x20
-void func_8005C674(s8 arg0, s16 *arg1, s16 *arg2, s16 *arg3);
+/** @cond */
+
+void func_8005C674(s8, s16 *, s16 *, s16 *);
void func_80057C60(void);
void func_80057CE4(void);
void func_80057DD0(void);
@@ -649,4 +651,6 @@ extern Vec3s D_8018D890[];
extern s16 gPlayerBalloonCount[]; // D_8018D8C0
extern Vec3s D_8018D8D0[];
+/** @endcond */
+
#endif