mirror of
https://github.com/n64decomp/mk64
synced 2026-05-30 00:16:29 -04:00
Document Vehicles (#641)
* start doc collision * fix merge * finish rename fonction related to vehicle * document around waypoint of vehicle * make some modification * make some change and rename one * copy_ to oldPos * doc smoke ferry and train * some rename * fix some renaming * precise index * rename a funciton * simplify waypoint_vehicles * change some name * change some name * rename move_to_point_direction * fix some conflict * Update code_80005FD0.c * Update code_80005FD0.h --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -120,14 +120,14 @@ void func_80074FD8(s32);
|
||||
void func_800750D8(s32, s32, Vec3f, s32, s32);
|
||||
void func_80075304(Vec3f, s32, s32, s32);
|
||||
void func_8007542C(s32);
|
||||
void func_80075574(s32, Vec3f, f32);
|
||||
s32 func_800755FC(s32, Vec3f, f32);
|
||||
void init_train_smoke(s32, Vec3f, f32);
|
||||
s32 spawn_train_smoke(s32, Vec3f, f32);
|
||||
void func_80075698(s32);
|
||||
void func_80075714(s32);
|
||||
void update_train_smoke(void);
|
||||
void func_80075838(void);
|
||||
void func_800759EC(s32, Vec3f, f32);
|
||||
s32 func_80075A6C(s32, Vec3f, f32);
|
||||
void init_ferry_smoke(s32, Vec3f, f32);
|
||||
s32 spawn_ferry_smoke(s32, Vec3f, f32);
|
||||
void func_80075B08(s32);
|
||||
void func_80075B84(s32);
|
||||
void update_ferries_smoke_particle(void);
|
||||
|
||||
Reference in New Issue
Block a user