X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ff8216cbb6dadfc67e2e6aeda86c6ee8ab90b854..bb2d45ece8a49a9adf060d6042e0ee748eb14300:/winsrc/gui.cpp diff --git a/winsrc/gui.cpp b/winsrc/gui.cpp index 161f99d6..8929a05c 100644 --- a/winsrc/gui.cpp +++ b/winsrc/gui.cpp @@ -33,6 +33,7 @@ void dbp(char *str, ...) int GraphBuffer[MAX_GRAPH_TRACE_LEN]; int GraphTraceLen; +int PlotGridX, PlotGridY; HPEN GreyPenLite, GreyPen, GreenPen, WhitePen, YellowPen; HBRUSH GreenBrush, YellowBrush;