mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-07 04:15:29 -05:00
7 lines
144 B
C
7 lines
144 B
C
#ifndef POKEPLATINUM_ERROR_HANDLING_H
|
|
#define POKEPLATINUM_ERROR_HANDLING_H
|
|
|
|
void GF_AssertFail(void);
|
|
|
|
#endif // POKEPLATINUM_ERROR_HANDLING_H
|