mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-13 16:47:11 -05:00
9 lines
187 B
C
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
|