improved game vidmode change detection; some iface changes
[libpicofe.git] / common / lprintf.h
index 5cd176f..34ec6b7 100644 (file)
@@ -1,6 +1,2 @@
-#if defined(__GP2X__)
-#define lprintf printf
-#else
-#include "giz.h"
-#endif
+extern void lprintf(const char *fmt, ...);