pokediamond/include/communication_error.h

9 lines
187 B
C

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