diff options
Diffstat (limited to 'source/20-codegen-runtime/Metadata.hpp')
-rw-r--r-- | source/20-codegen-runtime/Metadata.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/20-codegen-runtime/Metadata.hpp b/source/20-codegen-runtime/Metadata.hpp new file mode 100644 index 0000000..a038c15 --- /dev/null +++ b/source/20-codegen-runtime/Metadata.hpp @@ -0,0 +1,4 @@ +#pragma once + +#include "MacrosCodegen.hpp" +#include "MetadataBase.hpp" |