aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/CollisionSystem.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-23 22:23:36 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-23 22:23:36 +0200
commit6e2c5e1b57210b10f8781f103e5c46308544339f (patch)
tree9738592f2082de1881a0ea019bf3c99644134aef /src/crepe/CollisionSystem.h
parent9b7be419c9dcc6ebd1e504713c7b2676ca3d2fdf (diff)
more nitpicking
Diffstat (limited to 'src/crepe/CollisionSystem.h')
-rw-r--r--src/crepe/CollisionSystem.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/crepe/CollisionSystem.h b/src/crepe/CollisionSystem.h
index 4a222eb..1e9f1aa 100644
--- a/src/crepe/CollisionSystem.h
+++ b/src/crepe/CollisionSystem.h
@@ -3,11 +3,8 @@
namespace crepe {
class CollisionSystem {
-private:
- /* data */
-
public:
- CollisionSystem(/* args */);
+ CollisionSystem();
void update();
};