]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/wingui.c
/client/Makefile: Output object files to the obj subdir.
[proxmark3-svn] / client / wingui.c
index 3753a86e99a4a47aeb2f948ce2a65a10c1598de6..9fcf5ea6758244779c40dbfe0a19eabd1b631644 100644 (file)
 #include <stdio.h>\r
 #include <math.h>\r
 \r
-#include "prox.h"\r
+#include "proxusb.h"\r
+#include "graph.h"\r
+#include "ui.h"\r
+#include "cmdmain.h"\r
 \r
 #define oops() do { \\r
        char line[100]; \\r
@@ -352,7 +355,7 @@ nopaint:
        return 1;\r
 }\r
 \r
-void PrintToScrollback(char *fmt, ...)\r
+void PrintAndLog(char *fmt, ...)\r
 {\r
        va_list f;\r
        char str[1024];\r
@@ -448,8 +451,8 @@ void ShowGui()
        ResizeCommandWindow();\r
        SetFocus(CommandEdit);\r
 \r
-       PrintToScrollback(">> Started prox, built " __DATE__ " " __TIME__);\r
-       PrintToScrollback(">> Connected to device");\r
+       PrintAndLog(">> Started prox, built " __DATE__ " " __TIME__);\r
+       PrintAndLog(">> Connected to device");\r
 \r
        GreyPenLite = CreatePen(PS_SOLID, 1, RGB(50, 50, 50));\r
        GreyPen = CreatePen(PS_SOLID, 1, RGB(100, 100, 100));\r
Impressum, Datenschutz