hedgewars/PascalExports.pas
branchexperimental3D
changeset 4347 0ddb100fea61
parent 4187 adb144a907aa
child 4812 f924be23ffb4
equal deleted inserted replaced
4345:2c93d6a10869 4347:0ddb100fea61
    23 interface
    23 interface
    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 
    29 var dummy: boolean;  // avoid compiler hint
    29 var dummy: boolean;  // avoid compiler hint
    30 
    30 
    31 implementation
    31 implementation
    32 {$IFDEF HWLIBRARY}
    32 {$IFDEF HWLIBRARY}
    33 var cZoomVal: GLfloat;
    33 var cZoomVal: GLfloat;