mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 13:07:14 -05:00
7 lines
174 B
C
7 lines
174 B
C
#ifndef POKEHEARTGOLD_SAVE_DATA_READ_ERROR_H
|
|
#define POKEHEARTGOLD_SAVE_DATA_READ_ERROR_H
|
|
|
|
void ShowSaveDataReadError(int a0);
|
|
|
|
#endif //POKEHEARTGOLD_SAVE_DATA_READ_ERROR_H
|