mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -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
|
|
|