mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
10 lines
186 B
C
10 lines
186 B
C
#ifndef PMDSKY_TACTICS_DATA_H
|
|
#define PMDSKY_TACTICS_DATA_H
|
|
|
|
#include "enums.h"
|
|
#include "util.h"
|
|
|
|
extern const bool8 TACTICS_FOLLOW_LEADER[NUM_TACTICS];
|
|
|
|
#endif //PMDSKY_TACTICS_DATA_H
|