]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/ui.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / ui.h
diff --git a/client/ui.h b/client/ui.h
new file mode 100644 (file)
index 0000000..8d58cf3
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef UI_H__
+#define UI_H__
+
+void ShowGui(void);
+void HideGraphWindow(void);
+void ShowGraphWindow(void);
+void RepaintGraphWindow(void);
+void PrintAndLog(char *fmt, ...);
+void SetLogFilename(char *fn);
+
+extern double CursorScaleFactor;
+extern int PlotGridX, PlotGridY;
+extern int offline;
+
+#endif
Impressum, Datenschutz