mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-20 16:47:21 -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
|