mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 10:43:24 -05: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
|