couch/core/Transform.h

11 lines
129 B
C
Raw Normal View History

2021-01-12 14:09:38 -06:00
#ifndef TRANSFORM_H
#define TRANSFORM_H
#include "types.h"
struct Transform {
Position position;
}
#endif /* TRANSFORM_H */