Genesis-Plus-GX/source/unused/win/error.h

14 lines
210 B
C
Raw Normal View History

2007-08-10 22:34:06 +02:00
#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_ */