summaryrefslogtreecommitdiff
path: root/src/engine/CoreMath.h
AgeCommit message (Collapse)Author
2025-01-23Game.cpp and World.cpp Cleanup (#159)MegaMech
* 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>
2025-01-18Fix mac building (#157)inspectredc
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
2025-01-05Finishwide screen. Impl IVector2D MinimapDimensionsMegaMech