#ifndef POKEDIAMOND_COMMUNICATION_ERROR_H #define POKEDIAMOND_COMMUNICATION_ERROR_H #include "heap.h" void ShowCommunicationError(HeapID heapId, u32 error, u32 errorCode); #endif