mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-10 06:57:19 +08:00
missing varaiables for grid build under windows?
This commit is contained in:
parent
ff8216cbb6
commit
bb2d45ece8
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue