pmd-sky/include/main_02059334.h
AnonymousRandomPerson 244b3e33e7 Decomped ReadMonsterFromSave
Decomped by @slaw-22
2026-03-16 22:06:09 -04:00

11 lines
358 B
C

#ifndef PMDSKY_MAIN_02059334_H
#define PMDSKY_MAIN_02059334_H
#include "common.h"
#include "main_02059060.h"
void WriteMonsterToSave(struct WriteMonsterInfoToSave_struct *write_info, struct ground_monster *monster);
void ReadMonsterFromSave(struct WriteMonsterInfoToSave_struct *read_info, struct ground_monster *monster);
#endif //PMDSKY_MAIN_02059334_H