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

14 lines
223 B
C
Raw Normal View History

2008-08-07 14:26:07 +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_ */