hedgewars/PascalExports.pas
changeset 4437 05192cdbce9b
parent 4187 adb144a907aa
child 4454 42bfc1a70968
equal deleted inserted replaced
4436:94c948a92759 4437:05192cdbce9b
    19 {$INCLUDE "options.inc"}
    19 {$INCLUDE "options.inc"}
    20 
    20 
    21 unit PascalExports;
    21 unit PascalExports;
    22 
    22 
    23 interface
    23 interface
    24 uses uKeys, GLunit, uWorld, uMisc, uConsole, uTeams, uConsts, uChat, 
    24 uses uTypes, uConsts, uVariables, GLunit, uKeys, uChat, uSound, uAmmos, uUtils,
    25      uGears, uSound, hwengine, uAmmos, uLocale; // don't change the order!
    25      uCommands;
    26 
    26 
    27 {$INCLUDE "config.inc"}
    27 {$INCLUDE "config.inc"}
    28 type PPByte = ^PByte;
    28 type PPByte = ^PByte;
    29 var dummy: boolean;  // avoid compiler hint
    29 var dummy: boolean;  // avoid compiler hint
    30 
    30