1 2 3 4 5
#include "Collider.h" using namespace crepe; Collider::Collider(game_object_id_t id) : Component(id) {}