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

using namespace crepe;

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