mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 01:54:50 -05:00
9 lines
202 B
C
9 lines
202 B
C
#ifndef GUARD_808417C_H
|
|
#define GUARD_808417C_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
s32 CalculateStatusTurns(Entity *target, const s16 *turnRange, bool8 factorCurerSkills);
|
|
|
|
#endif // GUARD_808417C_H
|