mirror of
https://github.com/n64decomp/mk64
synced 2026-08-26 23:37:34 -04:00
Update the GfxPool struct and match some functions (#134)
* Update the GfxPool struct and match some functions Also reordered variables.h a bit * Match 2 more functions * Replace reaming ->buffer references with ->mtxPool Update the mips_to_c output of a couple functions based on new GfxPool definition Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ union GrandPrixPointsUnion
|
||||
/* Function Prototypes */
|
||||
|
||||
void func_800AF9B0();
|
||||
void func_800B0004();
|
||||
void func_800B053C(struct Controller*, u16);
|
||||
void func_800B13B0(struct Controller*, u16);
|
||||
void func_800B15AC(struct Controller*, u16);
|
||||
|
||||
Reference in New Issue
Block a user