Initial commit
This commit is contained in:
8
modules/world/new_point.h
Normal file
8
modules/world/new_point.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef NEW_POINT_H
|
||||
#define NEW_POINT_H
|
||||
#include <core/math/transform.h>
|
||||
struct new_point {
|
||||
Transform xform;
|
||||
int tag;
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user