mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-15 05:10:11 -04:00
Game.cpp and World.cpp Cleanup (#159)
* Remove CProperties and delete dup Properties from World.h * Improvement * Fix compile * Cleanup * Document gRaceState * wip cleanup * compile * Impl PlayerBombKart * Rename CourseManager_ to CM_ * Finish renames m_ to CM_ * cleanup * Remove extra printf --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
void operator_or(s32*, s32);
|
||||
void operator_and_not(s32*, s32);
|
||||
void operator_xor(s32*, s32);
|
||||
UNUSED bool func_80040E84(s32*, s32);
|
||||
bool func_80040E84(s32*, s32); // UNUSED
|
||||
s32 func_80040EA4(s32*, s32);
|
||||
s32 f32_step_up_towards_alternate(f32*, f32, f32*);
|
||||
s32 f32_step_down_towards_alternate(f32*, f32, f32*);
|
||||
|
||||
Reference in New Issue
Block a user