mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-30 11:38:38 -07: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…
Add table
Add a link
Reference in a new issue