mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 10:43:24 -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
|