hedgewars/hwLibrary.pas
branchqmlfrontend
changeset 10414 50bcefec5bf6
parent 10406 b5fd52ac760f
child 10416 1c301054694d
equal deleted inserted replaced
10412:9a8d4efcf3fa 10414:50bcefec5bf6
    27  *           http://en.wikipedia.org/wiki/X86_calling_conventions#cdecl
    27  *           http://en.wikipedia.org/wiki/X86_calling_conventions#cdecl
    28  *)
    28  *)
    29 
    29 
    30 Library hwLibrary;
    30 Library hwLibrary;
    31 
    31 
    32 uses hwengine, uTypes, uConsts, uVariables, uSound, uCommands, uUtils,
    32 uses hwengine
    33     uLocale{$IFDEF ANDROID}, jni{$ENDIF}
    33     , uTypes
       
    34     , uConsts
       
    35     , uVariables
       
    36     , uSound
       
    37     , uCommands
       
    38     , uUtils
       
    39     , uLocale
       
    40     {$IFDEF ANDROID}, jni{$ENDIF}
    34     , uFLTypes
    41     , uFLTypes
    35     , uFLGameConfig;
    42     , uFLGameConfig;
    36 
    43 
    37 {$INCLUDE "config.inc"}
    44 {$INCLUDE "config.inc"}
    38 
    45