hedgewars/PascalExports.pas
changeset 6415 af2047bb4f70
parent 6362 ceacd1b61833
parent 6035 bdd0528ee8a6
child 6580 6155187bf599
equal deleted inserted replaced
6414:8474b7fa84d6 6415:af2047bb4f70
    30 interface
    30 interface
    31 uses uTypes, uConsts, uVariables, GLunit, uKeys, uSound, uAmmos, uUtils, uCommands;
    31 uses uTypes, uConsts, uVariables, GLunit, uKeys, uSound, uAmmos, uUtils, uCommands;
    32 
    32 
    33 {$INCLUDE "config.inc"}
    33 {$INCLUDE "config.inc"}
    34 procedure HW_versionInfo(netProto: PLongInt; versionStr: PPChar); cdecl; export;
    34 procedure HW_versionInfo(netProto: PLongInt; versionStr: PPChar); cdecl; export;
       
    35 function HW_getNumberOfWeapons:LongInt; cdecl; export;
       
    36 function HW_getMaxNumberOfTeams:LongInt; cdecl; export;
       
    37 function HW_getMaxNumberOfHogs:LongInt; cdecl; export;
       
    38 procedure HW_terminate(closeFrontend: Boolean); cdecl; export;
    35 
    39 
    36 implementation
    40 implementation
    37 {$IFDEF HWLIBRARY}
    41 {$IFDEF HWLIBRARY}
    38 var cZoomVal: GLfloat;
    42 var cZoomVal: GLfloat;
    39 
    43