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

using namespace crepe;

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