mirror of
https://github.com/n64decomp/mk64
synced 2026-08-28 00:01:41 -04:00
Match a lot of functions, add header for objects (#251)
* Match a lot of functions, add header for objects * Refreshed a TON of functions and created/added to several header files * Add header for code_800431B0, address comments Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
#include "common_structs.h"
|
||||
#include "vehicles.h"
|
||||
|
||||
// TODO: This header is missing some function prototypes
|
||||
|
||||
/* Function Prototypes */
|
||||
|
||||
s16 func_80005FD0(Vec3f, Vec3f);
|
||||
s32 func_80006018(f32, f32, f32, f32, f32, f32, f32, f32);
|
||||
void func_80006114(Vec3f, Vec3f, s16);
|
||||
@@ -64,6 +67,7 @@ void func_80014CC0(s32, Player*);
|
||||
void func_80014D08(s32);
|
||||
void func_80014D30(s32, s32);
|
||||
void func_8001968C();
|
||||
void func_8001C3C4(s32);
|
||||
|
||||
/* This is where I'd put my static data, if I had any */
|
||||
// 0 or 1, only 1 when when in extra (mirror) mode
|
||||
|
||||
Reference in New Issue
Block a user