#ifndef TRANSFORM_H #define TRANSFORM_H #include "types.h" struct Transform { Position position; } #endif /* TRANSFORM_H */