couch/core/Transform.h
2021-01-12 14:09:38 -06:00

11 lines
129 B
C

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