meta/runtime/reflection.gen.cc
2024-03-05 00:13:53 +08:00

6 lines
169 B
C++

#include "test.gen.h"
void ::meta::reflection::Registry::RegisterAll() { ::test::Test::Test_Class::Register(); }
void ::meta::reflection::Registry::UnregisterAll() {}