pull in more code from PicoDrive
[pcsx_rearmed.git] / frontend / common / lprintf.h
diff --git a/frontend/common/lprintf.h b/frontend/common/lprintf.h
new file mode 100644 (file)
index 0000000..48b8d57
--- /dev/null
@@ -0,0 +1,10 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern void lprintf(const char *fmt, ...);
+
+#ifdef __cplusplus
+}
+#endif
+