mirror of
https://github.com/pret/pokediamond.git
synced 2026-03-22 02:04:25 -05:00
10 lines
212 B
C
10 lines
212 B
C
#ifndef POKEDIAMOND_SAVE_DATA_READ_ERROR_H
|
|
#define POKEDIAMOND_SAVE_DATA_READ_ERROR_H
|
|
|
|
#include "heap.h"
|
|
|
|
void ShowSaveDataReadError(enum HeapID heapID);
|
|
void ShowGBACartRemovedError(enum HeapID heapID);
|
|
|
|
#endif
|