mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-05 20:46:28 -05:00
9 lines
230 B
C
9 lines
230 B
C
#ifndef POKEHEARTGOLD_COMMUNICATION_ERROR_H
|
|
#define POKEHEARTGOLD_COMMUNICATION_ERROR_H
|
|
|
|
#include "heap.h"
|
|
|
|
void ShowCommunicationError(enum HeapID heapID, u32 error, u32 errorCode);
|
|
|
|
#endif // POKEHEARTGOLD_COMMUNICATION_ERROR_H
|