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