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

using namespace crepe;

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