From 92907b1b826d585aeddbc96d4668a5222de3d915 Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 26 Nov 2023 13:06:16 +0100 Subject: [PATCH] feat: added PHYSICS_LAYER_DEFAULT mask #define --- core/src/physics.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/physics.h b/core/src/physics.h index 0bc1569..84178fa 100644 --- a/core/src/physics.h +++ b/core/src/physics.h @@ -27,4 +27,7 @@ typedef struct PhysicsQuery { PhysicsMask mask; } PhysicsQuery; + +#define PHYSICS_LAYER_DEFAULT 0x1 + #endif // !_fencer_physics_h