summaryrefslogtreecommitdiff
path: root/lib/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types.h')
-rw-r--r--lib/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/types.h b/lib/types.h
new file mode 100644
index 0000000..afffd4f
--- /dev/null
+++ b/lib/types.h
@@ -0,0 +1,4 @@
+typedef struct {
+ float x;
+ float y;
+} vec2;