Shipwright/soh/soh/Enhancements/randomizer/savefile.h

15 lines
158 B
C

#ifndef RANDOSAVEFILE_H
#define RANDOSAVEFILE_H
#ifdef __cplusplus
extern "C" {
#endif
void Randomizer_InitSaveFile();
#ifdef __cplusplus
}
#endif
#endif