summaryrefslogtreecommitdiff
path: root/core/include
diff options
context:
space:
mode:
Diffstat (limited to 'core/include')
-rw-r--r--core/include/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/include/types.h b/core/include/types.h
index 3471f3c..c54a8f0 100644
--- a/core/include/types.h
+++ b/core/include/types.h
@@ -27,3 +27,5 @@ typedef enum {
ROTATE_CW = 6,
HARD_DROP = 7
} input_t;
+
+vec2 new_vec2(i8 x, i8 y);