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