mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-22 09:27:21 -05:00
8 lines
123 B
C
8 lines
123 B
C
#ifndef GUARD_RESET_SAVE_HEAP_H
|
|
#define GUARD_RESET_SAVE_HEAP_H
|
|
|
|
void ReloadSave(void);
|
|
|
|
#endif //GUARD_RESET_SAVE_HEAP_H
|
|
|