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

using namespace crepe;

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