1#include "AnnotationComponent.h"
7namespace Cogs::RationalReducerExtension
9 void AnnotationComponent::registerType()
12 {
"annotations", &AnnotationComponent::annotations }
15 Cogs::Core::DynamicComponent::registerDerivedType<AnnotationComponent>().setFields(fields);
Field definition describing a single data member of a data structure.
Contains reflection support.