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