mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
7 lines
111 B
C
7 lines
111 B
C
#ifndef GUARD_RELOAD_SAVE_H
|
|
#define GUARD_RELOAD_SAVE_H
|
|
|
|
void ReloadSave(void);
|
|
|
|
#endif // GUARD_RELOAD_SAVE_H
|