aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Component.cpp
blob: cdbda67912513436db277fc7913b6ac0ffb26e35 (plain)
1
2
3
4
5
#include "Component.h"

using namespace crepe;

Component::Component(uint32_t id) : GAME_OBJECT_ID(id) {}