#ifndef IZ_SPATIAL_H #define IZ_SPATIAL_H #include "IZ_placeable.h" typedef struct { IZ_Placeable placeable; IZ_Vector size; } IZ_Spatial; #endif //IZ_SPATIAL_H