hedgewars/PascalExports.pas
changeset 4507 0f9b86942c19
parent 4460 bdace1e2f8aa
child 4603 d362ab6c7f53
equal deleted inserted replaced
4506:37744d5c877e 4507:0f9b86942c19
    23 interface
    23 interface
    24 uses uTypes, uConsts, uVariables, GLunit, uKeys, uChat, uSound, uAmmos, uUtils,
    24 uses uTypes, uConsts, uVariables, GLunit, uKeys, uChat, uSound, uAmmos, uUtils,
    25      uCommands;
    25      uCommands;
    26 
    26 
    27 {$INCLUDE "config.inc"}
    27 {$INCLUDE "config.inc"}
    28 type PPByte = ^PByte;
       
    29 var dummy: boolean;  // avoid compiler hint
    28 var dummy: boolean;  // avoid compiler hint
    30 
    29 
    31 implementation
    30 implementation
    32 {$IFDEF HWLIBRARY}
    31 {$IFDEF HWLIBRARY}
    33 var cZoomVal: GLfloat;
    32 var cZoomVal: GLfloat;