mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
8 lines
165 B
C
8 lines
165 B
C
#ifndef PMDSKY_MAIN_020527A8_H
|
|
#define PMDSKY_MAIN_020527A8_H
|
|
|
|
u8 GetMonsterGender(s16 monster_id);
|
|
u8 GetBodySize(s16 monster_id);
|
|
|
|
#endif //PMDSKY_MAIN_020527A8_H
|