mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-03-22 01:36:12 -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
|