summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dat.h b/dat.h
index 3c7bd7c..b1bc066 100644
--- a/dat.h
+++ b/dat.h
@@ -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 {