mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
7 lines
111 B
C
Executable File
7 lines
111 B
C
Executable File
#ifndef GUARD_RELOAD_SAVE_H
|
|
#define GUARD_RELOAD_SAVE_H
|
|
|
|
void ReloadSave(void);
|
|
|
|
#endif // GUARD_RELOAD_SAVE_H
|