feat: added Layers.h and defined PHYSICS_LAYER_COMBAT

This commit is contained in:
Sara 2023-11-29 14:13:18 +01:00
parent 2bf6bea14f
commit fbdfef79a2

6
game/src/Layers.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef FIGHT_LAYERS_H
#define FIGHT_LAYERS_H
#define PHYSICS_LAYER_COMBAT 0x2
#endif // !FIGHT_LAYERS_H