Cogs.Core
DynamicComponent.cpp
1#include "DynamicComponent.h"
2
3#include "Types.h"
4
5using namespace Cogs::Reflection;
6
8{
9 TypeDatabase::createType<DynamicComponent>().setBase<Component>();
10}
static COGSCORE_DLL_API void registerType()
Register the type in the type system.
Contains reflection support.
Definition: Component.h:11