mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-19 11:27:30 -05:00
7 lines
141 B
C
7 lines
141 B
C
#ifndef POKEDIAMOND_ERROR_HANDLING_H
|
|
#define POKEDIAMOND_ERROR_HANDLING_H
|
|
|
|
void GF_AssertFail(void);
|
|
|
|
#endif // POKEDIAMOND_ERROR_HANDLING_H
|