mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-13 14:42:15 -05:00
7 lines
188 B
C
7 lines
188 B
C
#ifndef POKEHEARTGOLD_COMMUNICATION_ERROR_H
|
|
#define POKEHEARTGOLD_COMMUNICATION_ERROR_H
|
|
|
|
void ShowCommunicationError(int a0, int a1, int a2);
|
|
|
|
#endif //POKEHEARTGOLD_COMMUNICATION_ERROR_H
|