Common folder housekeeping part 1.

This commit is contained in:
Wayne Stambaugh
2025-01-12 12:06:45 -05:00
parent 4ba1c0130c
commit 5c8f4697ca
96 changed files with 707 additions and 581 deletions
+1
View File
@@ -282,6 +282,7 @@ void GRFilledSegment( wxDC* aDC, const VECTOR2I& aStart, const VECTOR2I& aEnd, i
winDrawLine( aDC, aStart.x, aStart.y, aEnd.x, aEnd.y, aWidth );
}
/**
* Draw a new polyline and fill it if Fill, in screen space.
*/