mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-24 23:09:54 -05:00
10 lines
182 B
C
10 lines
182 B
C
#ifndef PMDSKY_MAIN_02013C04_H
|
|
#define PMDSKY_MAIN_02013C04_H
|
|
|
|
#include "move.h"
|
|
#include "util.h"
|
|
|
|
bool32 IsMoveRangeStringUser(struct move *move);
|
|
|
|
#endif //PMDSKY_MAIN_02013C04_H
|