mirror of
https://github.com/pret/pokediamond.git
synced 2026-03-22 02:04:25 -05:00
9 lines
182 B
C
9 lines
182 B
C
#ifndef POKEDIAMOND_COMMUNICATION_ERROR_H
|
|
#define POKEDIAMOND_COMMUNICATION_ERROR_H
|
|
|
|
#include "heap.h"
|
|
|
|
void ShowCommunicationError(HeapID heapId, u32 error, u32 errorCode);
|
|
|
|
#endif
|