aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Component.cpp
blob: 73c2d07e639d7c5536ef7b9400b012e83bbfaf66 (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) {}