Comply with ansi C and clean up.

This commit is contained in:
2026-07-15 13:26:36 -07:00
parent ffc4310646
commit a829ac8647
7 changed files with 465 additions and 291 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef HANDMADE_MATH_H
#define HANDMADE_MATH_H
// TODO: Make these static.
/* TODO: Make these static. */
struct v2 {
float X, Y;
float E[2];