mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 03:04:19 -05:00
7 lines
162 B
C
7 lines
162 B
C
#ifndef POKEDIAMOND_COMMUNICATION_ERROR_H
|
|
#define POKEDIAMOND_COMMUNICATION_ERROR_H
|
|
|
|
void ShowCommunicationError(u32 heap_id, u32 error, u32 error_code);
|
|
|
|
#endif
|