mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
11 lines
263 B
C
11 lines
263 B
C
#ifndef PMDSKY_MAIN_02058C3C_H
|
|
#define PMDSKY_MAIN_02058C3C_H
|
|
|
|
#include "enums.h"
|
|
#include "util.h"
|
|
|
|
// Returns whether or not the tactic involves following the team leader.
|
|
bool8 DoesTacticFollowLeader(enum tactic_id tactic_id);
|
|
|
|
#endif //PMDSKY_MAIN_02058C3C_H
|