mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
11 lines
358 B
C
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
|