aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Collider.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-16 13:21:53 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-16 13:21:53 +0100
commit572741fc845f430d225a4611a94aae7a2a544d12 (patch)
treedacc9296db5a570bbe12fe7cbc494732dc86dcd4 /src/crepe/Collider.cpp
parentfdd5c471dffd4a204a91e8d1d70567fa56ea29a5 (diff)
final touchups for #26
Diffstat (limited to 'src/crepe/Collider.cpp')
-rw-r--r--src/crepe/Collider.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crepe/Collider.cpp b/src/crepe/Collider.cpp
index 113ba61..bbec488 100644
--- a/src/crepe/Collider.cpp
+++ b/src/crepe/Collider.cpp
@@ -1,3 +1,5 @@
#include "Collider.h"
using namespace crepe;
+
+Collider::Collider(game_object_id_t id) : Component(id) {}