mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 18:59:55 -05:00
11 lines
286 B
C
11 lines
286 B
C
#ifndef PMDSKY_MAIN_02054C24_H
|
|
#define PMDSKY_MAIN_02054C24_H
|
|
|
|
#include "enums.h"
|
|
#include "util.h"
|
|
|
|
enum monster_id GetBaseFormCastformDeoxysCherrim(enum monster_id monster_id);
|
|
bool8 BaseFormsEqual(enum monster_id monster1, enum monster_id monster2);
|
|
|
|
#endif //PMDSKY_MAIN_02054C24_H
|