mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-26 13:33:09 -04:00
7 lines
151 B
C
7 lines
151 B
C
#ifndef POKEDIAMOND_SAVE_DATA_WRITE_ERROR_H
|
|
#define POKEDIAMOND_SAVE_DATA_WRITE_ERROR_H
|
|
|
|
void ShowSaveDataWriteError(u32 heap_id, u32 err_no);
|
|
|
|
#endif
|