feat: added PHYSICS_LAYER_DEFAULT mask #define
This commit is contained in:
parent
c9b6a0da60
commit
92907b1b82
|
@ -27,4 +27,7 @@ typedef struct PhysicsQuery {
|
|||
PhysicsMask mask;
|
||||
} PhysicsQuery;
|
||||
|
||||
|
||||
#define PHYSICS_LAYER_DEFAULT 0x1
|
||||
|
||||
#endif // !_fencer_physics_h
|
||||
|
|
Loading…
Reference in a new issue