mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 12:53:26 -05:00
9 lines
226 B
C
9 lines
226 B
C
#ifndef POKEHEARTGOLD_COMMUNICATION_ERROR_H
|
|
#define POKEHEARTGOLD_COMMUNICATION_ERROR_H
|
|
|
|
#include "heap.h"
|
|
|
|
void ShowCommunicationError(HeapID heap_id, u32 error, u32 error_code);
|
|
|
|
#endif //POKEHEARTGOLD_COMMUNICATION_ERROR_H
|