summaryrefslogtreecommitdiff
path: root/src/code_80005FD0.h
diff options
context:
space:
mode:
authorTyler McGavran <tyler.taggerung@gmail.com>2022-07-06 20:36:27 -0400
committerGitHub <noreply@github.com>2022-07-06 17:36:27 -0700
commitf2eef3b82ee60cd3f1f6b44c035fcb65637fe54d (patch)
tree370ddc5935c90b1f8fd0d791cd93ae44b6257668 /src/code_80005FD0.h
parentbf106ede73cc78538d98877e40ba73d5a45c5351 (diff)
Identify some stuff in the Camera struct (#238)
Make a header file for all the camera stuff, refresh a lot of mips_to_c output Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'src/code_80005FD0.h')
-rw-r--r--src/code_80005FD0.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code_80005FD0.h b/src/code_80005FD0.h
index e1cc26261..2c069f53f 100644
--- a/src/code_80005FD0.h
+++ b/src/code_80005FD0.h
@@ -41,7 +41,8 @@ f32 func_80010FA0(f32, f32, f32, s32);
s32 process_path_data(struct TrackWayPoint*, struct TrackWayPoint*);
f32 func_80013C74(s16, s16);
f32 func_800145A8(s16, f32, s16);
-void func_8001968C(void);
+void func_80014D30(s32, s32);
+void func_8001968C();
/* This is where I'd put my static data, if I had any */
// Might belong in menus.h?