summaryrefslogtreecommitdiff
path: root/game.c
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-05-09 01:01:18 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-05-09 01:01:18 -0300
commit5c6b3c19172948cf2e1800a9333cfcd858ee829c (patch)
treeb8da3f436cba5736d481690935135fe5c6b3badc /game.c
parenta21ae8219e67783c52ba5f415e1ca4745755adb5 (diff)
adicionado vecmath.h
Diffstat (limited to 'game.c')
-rw-r--r--game.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/game.c b/game.c
index 2d64f78..b00d4e3 100644
--- a/game.c
+++ b/game.c
@@ -4,6 +4,7 @@
#include <SDL3/SDL.h>
+#include <vecmath.h>
#include "dat.h"
#define SPEED 100