zengine-old/engine/3rdparty/zlib/test/refl/vertex.cpp

7 lines
147 B
C++
Raw Normal View History

2024-04-28 00:23:35 +08:00
#include "vertex.h"
#include "uimeta_vertex_gen.inl"
const UClass* vec3::__GetMeta(const Name& name)
{
return fetch_meta_uclass<vec3>(name);
}