48b8d576caefffe61395c03df7d71b50a31e7f81
[pcsx_rearmed.git] / frontend / common / lprintf.h
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4
5 extern void lprintf(const char *fmt, ...);
6
7 #ifdef __cplusplus
8 }
9 #endif
10