mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-01 07:06:26 -05:00
7 lines
155 B
C
7 lines
155 B
C
#ifndef POKEPLATINUM_ERROR_HANDLING_H
|
|
#define POKEPLATINUM_ERROR_HANDLING_H
|
|
|
|
void ErrorHandling_AssertFail(void);
|
|
|
|
#endif // POKEPLATINUM_ERROR_HANDLING_H
|