X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fcommon%2Flprintf.h;fp=frontend%2Fcommon%2Flprintf.h;h=48b8d576caefffe61395c03df7d71b50a31e7f81;hp=0000000000000000000000000000000000000000;hb=698517be481301b4525c29873134a67b8343af3c;hpb=1972732abfea710d3d7b61180971580d9e5081ce diff --git a/frontend/common/lprintf.h b/frontend/common/lprintf.h new file mode 100644 index 00000000..48b8d576 --- /dev/null +++ b/frontend/common/lprintf.h @@ -0,0 +1,10 @@ +#ifdef __cplusplus +extern "C" { +#endif + +extern void lprintf(const char *fmt, ...); + +#ifdef __cplusplus +} +#endif +