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