hedgewars/PascalExports.pas
changeset 4187 adb144a907aa
parent 4150 050163c35c83
child 4347 0ddb100fea61
child 4437 05192cdbce9b
equal deleted inserted replaced
4186:c2d590fc8df9 4187:adb144a907aa
    24 uses uKeys, GLunit, uWorld, uMisc, uConsole, uTeams, uConsts, uChat, 
    24 uses uKeys, GLunit, uWorld, uMisc, uConsole, uTeams, uConsts, uChat, 
    25      uGears, uSound, hwengine, uAmmos, uLocale; // don't change the order!
    25      uGears, uSound, hwengine, uAmmos, uLocale; // don't change the order!
    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 
    30 
    30 implementation
    31 implementation
    31 {$IFDEF HWLIBRARY}
    32 {$IFDEF HWLIBRARY}
    32 var cZoomVal: GLfloat;
    33 var cZoomVal: GLfloat;
    33 
    34