Doesn't work segfaults.

This commit is contained in:
Sheldon Lee
2020-06-24 04:05:49 +01:00
parent f4dc092e26
commit 1ad1660736
8 changed files with 74 additions and 54 deletions
+1
View File
@@ -14,3 +14,4 @@ void moveVect2i(Vect2i* vect, int x, int y);
void moveVect2f(Vect2f* vect, float x, float y);
#endif