#include "../Common.h" struct ComponentInfo { struct Meta_t { std::string Annotation; int Allocation = 0; }; std::string Name; std::unordered_map FieldTypes; std::unordered_map FieldOffsets; Meta_t Meta; };