hedgewars/hwengine.pas
changeset 14599 b86e6e4f3c58
parent 14598 62dea281e4d5
child 14628 a049926fcdd3
equal deleted inserted replaced
14598:62dea281e4d5 14599:b86e6e4f3c58
    34      , SysUtils, uTypes, uVariables, uCommands, uUtils, uCaptions, uDebug, uCommandHandlers, uLandPainted
    34      , SysUtils, uTypes, uVariables, uCommands, uUtils, uCaptions, uDebug, uCommandHandlers, uLandPainted
    35      , uPhysFSLayer, uCursor, uRandom, ArgParsers, uVisualGearsHandlers, uTextures, uRender
    35      , uPhysFSLayer, uCursor, uRandom, ArgParsers, uVisualGearsHandlers, uTextures, uRender
    36      {$IFDEF USE_VIDEO_RECORDING}, uVideoRec {$ENDIF}
    36      {$IFDEF USE_VIDEO_RECORDING}, uVideoRec {$ENDIF}
    37      {$IFDEF USE_TOUCH_INTERFACE}, uTouch {$ENDIF}
    37      {$IFDEF USE_TOUCH_INTERFACE}, uTouch {$ENDIF}
    38      {$IFDEF ANDROID}, GLUnit{$ENDIF}
    38      {$IFDEF ANDROID}, GLUnit{$ENDIF}
       
    39      {$IFDEF UNIX}, clocale{$ENDIF}
    39      {$IFDEF WINDOWS}, dynlibs{$ENDIF}
    40      {$IFDEF WINDOWS}, dynlibs{$ENDIF}
    40      ;
    41      ;
    41 
    42 
    42 {$IFDEF HWLIBRARY}
    43 {$IFDEF HWLIBRARY}
    43 function RunEngine(argc: LongInt; argv: PPChar): LongInt; cdecl; export;
    44 function RunEngine(argc: LongInt; argv: PPChar): LongInt; cdecl; export;