feat: added PHYSICS_LAYER_DEFAULT mask #define

This commit is contained in:
Sara 2023-11-26 13:06:16 +01:00
parent c9b6a0da60
commit 92907b1b82

View file

@ -27,4 +27,7 @@ typedef struct PhysicsQuery {
PhysicsMask mask;
} PhysicsQuery;
#define PHYSICS_LAYER_DEFAULT 0x1
#endif // !_fencer_physics_h