@@ -1,3 +1,6 @@
#ifndef VECT_H
#define VECT_H
typedef struct Vect2i{
int x, y;
} Vect2i;
@@ -9,3 +12,5 @@ typedef struct Vect2f{
void moveVect2i(Vect2i* vect, int x, int y);
void moveVect2f(Vect2f* vect, float x, float y);
#endif
The note is not visible to the blocked user.