mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-15 23:51:16 -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
|