Files
academy2/modules/world/new_point.h
2021-07-31 03:37:28 +03:00

9 lines
130 B
C

#ifndef NEW_POINT_H
#define NEW_POINT_H
#include <core/math/transform.h>
struct new_point {
Transform xform;
int tag;
};
#endif