mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
7 lines
182 B
C
7 lines
182 B
C
#ifndef POKEPLATINUM_ERROR_MESSAGE_RESET_H
|
|
#define POKEPLATINUM_ERROR_MESSAGE_RESET_H
|
|
|
|
void ErrorMessageReset_PrintErrorAndReset(void);
|
|
|
|
#endif // POKEPLATINUM_ERROR_MESSAGE_RESET_H
|