mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-04 17:58:21 -05:00
11 lines
302 B
C
11 lines
302 B
C
#ifndef PMDSKY_MAIN_02059334_H
|
|
#define PMDSKY_MAIN_02059334_H
|
|
|
|
#include "common.h"
|
|
#include "save.h"
|
|
|
|
void WriteMonsterToSave(struct bitstream *stream, struct ground_monster *monster);
|
|
void ReadMonsterFromSave(struct bitstream *stream, struct ground_monster *monster);
|
|
|
|
#endif //PMDSKY_MAIN_02059334_H
|