mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 20:56:40 -05:00
9 lines
200 B
C
9 lines
200 B
C
#ifndef POKEHEARTGOLD_SAVE_DATA_READ_ERROR_H
|
|
#define POKEHEARTGOLD_SAVE_DATA_READ_ERROR_H
|
|
|
|
#include "heap.h"
|
|
|
|
void ShowSaveDataReadError(HeapID heapId);
|
|
|
|
#endif //POKEHEARTGOLD_SAVE_DATA_READ_ERROR_H
|