X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6982ac2612c12af9fa65437bf4279007d734cc59..7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae:/client/ui.h diff --git a/client/ui.h b/client/ui.h new file mode 100644 index 00000000..8d58cf35 --- /dev/null +++ b/client/ui.h @@ -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