mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-26 13:33:09 -04:00
7 lines
140 B
C
7 lines
140 B
C
#ifndef POKEDIAMOND_ERROR_HANDLING_H
|
|
#define POKEDIAMOND_ERROR_HANDLING_H
|
|
|
|
void GF_AssertFail(void);
|
|
|
|
#endif //POKEDIAMOND_ERROR_HANDLING_H
|