diff --git a/game/src/Layers.h b/game/src/Layers.h new file mode 100644 index 0000000..9983988 --- /dev/null +++ b/game/src/Layers.h @@ -0,0 +1,6 @@ +#ifndef FIGHT_LAYERS_H +#define FIGHT_LAYERS_H + +#define PHYSICS_LAYER_COMBAT 0x2 + +#endif // !FIGHT_LAYERS_H \ No newline at end of file