mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-18 19:07:31 -05: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
|