hedgewars/hwLibrary.pas
branchqmlfrontend
changeset 10406 b5fd52ac760f
parent 10175 c92668840ea8
child 10414 50bcefec5bf6
equal deleted inserted replaced
10404:1baaab44a0b2 10406:b5fd52ac760f
    28  *)
    28  *)
    29 
    29 
    30 Library hwLibrary;
    30 Library hwLibrary;
    31 
    31 
    32 uses hwengine, uTypes, uConsts, uVariables, uSound, uCommands, uUtils,
    32 uses hwengine, uTypes, uConsts, uVariables, uSound, uCommands, uUtils,
    33      uLocale{$IFDEF ANDROID}, jni{$ENDIF};
    33     uLocale{$IFDEF ANDROID}, jni{$ENDIF}
       
    34     , uFLTypes
       
    35     , uFLGameConfig;
    34 
    36 
    35 {$INCLUDE "config.inc"}
    37 {$INCLUDE "config.inc"}
    36 
    38 
    37 // retrieve protocol information
    39 // retrieve protocol information
    38 procedure HW_versionInfo(netProto: PLongInt; versionStr: PPChar); cdecl; export;
    40 procedure HW_versionInfo(netProto: PLongInt; versionStr: PPChar); cdecl; export;