mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-24 06:47:44 -05:00
9 lines
168 B
C
9 lines
168 B
C
#ifndef PMDSKY_MAIN_02052874_H
|
|
#define PMDSKY_MAIN_02052874_H
|
|
|
|
#include "enums.h"
|
|
|
|
enum mobility_type GetMobilityType(s16 monster_id);
|
|
|
|
#endif //PMDSKY_MAIN_02052874_H
|