pmd-sky/include/moves_2.h
2025-06-22 17:07:10 -05:00

11 lines
215 B
C

#ifndef PMDSKY_MOVES_2_H
#define PMDSKY_MOVES_2_H
#include "move.h"
#include "util.h"
// Gets the move target-and-range field.
s16 GetMoveTargetAndRange(struct move *move, bool8 is_ai);
#endif //PMDSKY_MOVES_2_H