Changeset 178 for branches/highdpi/LocalPlayer/Battle.pas
- Timestamp:
- Jun 23, 2019, 3:15:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Battle.pas
r111 r178 6 6 uses 7 7 ScreenTools, Protocol, Messg, ButtonBase, ButtonA, Types, LCLIntf, LCLType, 8 SysUtils, Classes, Graphics, Controls, Forms, DrawDlg ;8 SysUtils, Classes, Graphics, Controls, Forms, DrawDlg, UDpiControls; 9 9 10 10 type … … 30 30 BattleDlg: TBattleDlg; 31 31 32 procedure PaintBattleOutcome(ca: T Canvas; xm, ym, uix, ToLoc: Integer;32 procedure PaintBattleOutcome(ca: TDpiCanvas; xm, ym, uix, ToLoc: Integer; 33 33 Forecast: TBattleForecastEx); 34 34 … … 48 48 FirstStrikeColor = $A0A0A0; 49 49 50 procedure PaintBattleOutcome(ca: T Canvas; xm, ym, uix, ToLoc: Integer;50 procedure PaintBattleOutcome(ca: TDpiCanvas; xm, ym, uix, ToLoc: Integer; 51 51 Forecast: TBattleForecastEx); 52 52 var
Note:
See TracChangeset
for help on using the changeset viewer.