mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-06 13:07:16 -05:00
9 lines
220 B
C
9 lines
220 B
C
#ifndef POKEHEARTGOLD_SAVE_DATA_WRITE_ERROR_H
|
|
#define POKEHEARTGOLD_SAVE_DATA_WRITE_ERROR_H
|
|
|
|
#include "heap.h"
|
|
|
|
void ShowSaveDataWriteError(enum HeapID heapId, int code);
|
|
|
|
#endif // POKEHEARTGOLD_SAVE_DATA_WRITE_ERROR_H
|