mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-20 08:37:22 -05:00
11 lines
215 B
C
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
|