#include "Component.h"
#include "types.h"

using namespace crepe;

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