diff options
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 { |
