8 lines
151 B
C
8 lines
151 B
C
#ifndef FIGHT_LAYERS_H
|
|
#define FIGHT_LAYERS_H
|
|
|
|
#define PHYSICS_LAYER_CHARACTERS 0x2
|
|
#define PHYSICS_LAYER_COMBAT 0x3
|
|
|
|
#endif // !FIGHT_LAYERS_H
|