#ifndef IZ_MOVABLE_H #define IZ_MOVABLE_H #include "../math/IZ_vector.h" typedef struct { IZ_Vector velocity; } IZ_Movable; #endif //IZ_MOVABLE_H