mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-03-21 17:25:33 -05:00
10 lines
256 B
C
10 lines
256 B
C
#ifndef POKEHEARTGOLD_SAVE_DATA_READ_ERROR_H
|
|
#define POKEHEARTGOLD_SAVE_DATA_READ_ERROR_H
|
|
|
|
#include "heap.h"
|
|
|
|
void ShowSaveDataReadError(enum HeapID heapID);
|
|
void ShowGBACartRemovedError(enum HeapID heapID);
|
|
|
|
#endif // POKEHEARTGOLD_SAVE_DATA_READ_ERROR_H
|