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

using namespace crepe;

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