summaryrefslogtreecommitdiff
path: root/src/code_80005FD0.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-10-15 18:54:38 -0600
committerGitHub <noreply@github.com>2024-10-15 18:54:38 -0600
commitaf81bad1f34ee6af52a70ff8bf7ad4e1ee624a93 (patch)
tree222f8bec40a9166b274129611ba0c80db2b753b3 /src/code_80005FD0.h
parenta0862b6a159373f2e1554e489ecb5bb08d89654e (diff)
[modding] Add Actors (#113)
* fix * Add Actors * Refactor * Update Game.cpp
Diffstat (limited to 'src/code_80005FD0.h')
-rw-r--r--src/code_80005FD0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_80005FD0.h b/src/code_80005FD0.h
index 1976cb8ae..354cc2ec3 100644
--- a/src/code_80005FD0.h
+++ b/src/code_80005FD0.h
@@ -152,7 +152,7 @@ void kart_ai_behaviour_end(s32, Player*);
void kart_ai_behaviour(s32);
void func_80011EC0(s32, Player*, s32, u16);
-void generate_train_waypoints(const char*);
+void generate_train_waypoints(void);
void generate_ferry_waypoints(void);
void spawn_vehicle_on_road(Vec3f position, Vec3s rotation, Vec3f velocity, s32 waypointIndex, s32 someMultiplierTheSequel, f32 speed);
void spawn_course_vehicles(void);