mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 02:32:50 -05:00
7 lines
153 B
C
7 lines
153 B
C
#ifndef POKEDIAMOND_SAVE_DATA_WRITE_ERROR_H
|
|
#define POKEDIAMOND_SAVE_DATA_WRITE_ERROR_H
|
|
|
|
void ShowSaveDataWriteError(HeapID heapId, u32 err_no);
|
|
|
|
#endif
|