mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 07:24:42 -05:00
11 lines
223 B
C
11 lines
223 B
C
#ifndef PMDSKY_MAIN_02013C04_H
|
|
#define PMDSKY_MAIN_02013C04_H
|
|
|
|
#include "move.h"
|
|
#include "util.h"
|
|
|
|
s16 GetMoveBasePowerFromId(s32 move_id);
|
|
bool32 IsMoveRangeStringUser(struct move *move);
|
|
|
|
#endif //PMDSKY_MAIN_02013C04_H
|