mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 15:42:34 -05:00
9 lines
180 B
C
9 lines
180 B
C
#ifndef PMDSKY_TARGETING_H
|
|
#define PMDSKY_TARGETING_H
|
|
|
|
#define TREATMENT_TREAT_AS_ALLY 0
|
|
#define TREATMENT_TREAT_AS_ENEMY 1
|
|
#define TREATMENT_IGNORE 2
|
|
|
|
#endif //PMDSKY_TARGETING_H
|