mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 13:09:56 +00:00
13 lines
271 B
C
13 lines
271 B
C
#ifndef GUARD_CONSTANTS_TARGETING_H
|
|
#define GUARD_CONSTANTS_TARGETING_H
|
|
|
|
#define TARGETING_DECOY_NONE 0
|
|
#define TARGETING_DECOY_TEAM 1
|
|
#define TARGETING_DECOY_WILD 2
|
|
|
|
#define TREATMENT_TREAT_AS_ALLY 0
|
|
#define TREATMENT_TREAT_AS_ENEMY 1
|
|
#define TREATMENT_IGNORE 2
|
|
|
|
#endif
|