feat: More info drawn

This commit is contained in:
2026-04-23 22:49:05 +01:00
parent b7c4a2fa36
commit 4e7f79dadc
9 changed files with 42 additions and 13 deletions

View File

@@ -47,6 +47,7 @@ vec2 v2i_to_v2(vec2i const v);
// Angle functions
float normalize_angle(float const angle);
float normalize_angle_diff(float const diff);
float angle_to_heading(float const angle);
// Random generation functions
int rand_int(int const min, int const max);