mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-22 10:15:22 -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
|