Genesis-Plus-GX/psp2/error.h

11 lines
179 B
C
Raw Normal View History

2015-08-30 01:44:58 +02:00
#ifndef _ERROR_H_
#define _ERROR_H_
/* Function prototypes */
void error_init(void);
void error_shutdown(void);
void error(char *format, ...);
#endif /* _ERROR_H_ */