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

using namespace crepe;

Component::Component(uint32_t id) : game_object_id(id), active(true) {}