Genesis-Plus-GX/source/unused/win/error.h
ekeeke31 217ca8de3f
2007-08-10 20:34:06 +00:00

14 lines
210 B
C

#ifndef _ERROR_H_
#define _ERROR_H_
/* Global variables */
FILE *error_log;
/* Function prototypes */
void error_init(void);
void error_shutdown(void);
void error(char *format, ...);
#endif /* _ERROR_H_ */