missing varaiables for grid build under windows?

This commit is contained in:
adam@algroup.co.uk 2009-07-21 16:39:02 +00:00
parent ff8216cbb6
commit bb2d45ece8

View file

@ -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;