Ignore:
Timestamp:
Jan 8, 2017, 11:21:02 AM (7 years ago)
Author:
chronos
Message:
  • Fixed: Build under Linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Battle.pas

    r6 r17  
    1 {$INCLUDE switches}
     1{$INCLUDE Switches.pas}
    22unit Battle;
    33
     
    55
    66uses
    7   ScreenTools, Protocol, Messg, ButtonBase, ButtonA,
    8 
    9   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;
     7  ScreenTools, Protocol, Messg, ButtonBase, ButtonA, Types, LCLIntf, LCLType,
     8
     9  Messages, SysUtils, Classes, Graphics, Controls, Forms;
    1010
    1111type
     
    3939  Term, ClientTools, IsoEngine;
    4040
    41 {$R *.DFM}
     41{$R *.dfm}
    4242
    4343const
Note: See TracChangeset for help on using the changeset viewer.