mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-25 23:24:15 +01:00
9 lines
98 B
C
9 lines
98 B
C
|
#ifndef ERROR_H__
|
||
|
#define ERROR_H__
|
||
|
|
||
|
|
||
|
void error_display (const char *fmt, ...);
|
||
|
|
||
|
|
||
|
#endif
|