#ifndef IZ_PLACEABLE_H #define IZ_PLACEABLE_H #include "../math/IZ_vector.h" typedef struct { IZ_Vector location; } IZ_Placeable; #endif //IZ_PLACEABLE_H