aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Component.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-06 12:07:43 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-06 12:07:43 +0100
commitdb7fd6a24c4da44fed3cee97d24f1cbda1471137 (patch)
treedaf834a01e12d5673b284b31aa6a5d6711e72619 /src/crepe/Component.cpp
parent6ce2c14077e3e6dd01398d582b42dc50e9141f54 (diff)
`make format`
Diffstat (limited to 'src/crepe/Component.cpp')
-rw-r--r--src/crepe/Component.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/Component.cpp b/src/crepe/Component.cpp
index 41e7273..358ce31 100644
--- a/src/crepe/Component.cpp
+++ b/src/crepe/Component.cpp
@@ -3,4 +3,3 @@
using namespace crepe;
Component::Component(uint32_t id) : game_object_id(id), active(true) {}
-