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

using namespace crepe;

Collider::Collider(game_object_id_t id, const vec2 & offset) : Component(id), offset(offset) {}