diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-05-09 01:01:18 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-05-09 01:01:18 -0300 |
| commit | 5c6b3c19172948cf2e1800a9333cfcd858ee829c (patch) | |
| tree | b8da3f436cba5736d481690935135fe5c6b3badc /dat.h | |
| parent | a21ae8219e67783c52ba5f415e1ca4745755adb5 (diff) | |
adicionado vecmath.h
Diffstat (limited to 'dat.h')
| -rw-r--r-- | dat.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ #define ENTITY_SIZE 8 typedef struct { - float pos[2]; - float size[2]; - float vel[2]; + vec2 pos; + vec2 size; + vec2 vel; } Body; typedef struct { |
