Files
couch/core/Transform.h
Dane Johnson 584a8654a8 Init commit
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 */