diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-10-08 00:54:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 16:54:13 -0600 |
| commit | 58d56fcba848e8545052c1d85ef27d0b02841538 (patch) | |
| tree | 07dfa41605f8db8a84ba4863a67002fead313082 /src/code_80005FD0.h | |
| parent | f93590691a342a6093854c41ebdbf42fa41cf886 (diff) | |
Fix linux compilation (#110)
* fix wamr windows normally
* fix linux issue
* load all wasm in mods folder
* minor fix
Diffstat (limited to 'src/code_80005FD0.h')
| -rw-r--r-- | src/code_80005FD0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_80005FD0.h b/src/code_80005FD0.h index e1e60bdfb..338292918 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(void); +void generate_train_waypoints(const char*); void generate_ferry_waypoints(void); void spawn_vehicle_on_road(VehicleStuff*); void spawn_course_vehicles(void); |
