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

using namespace crepe;

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