hedgewars/uMisc.pas
changeset 7043 7c080e5ac8d0
parent 6992 b8f3d8991e92
child 7049 35d762458d66
equal deleted inserted replaced
7042:de20086a6bcc 7043:7c080e5ac8d0
    35 {$ELSE}
    35 {$ELSE}
    36 function  SDL_RectMake(x, y: SmallInt; width, height: Word): TSDL_Rect; inline;
    36 function  SDL_RectMake(x, y: SmallInt; width, height: Word): TSDL_Rect; inline;
    37 {$ENDIF}
    37 {$ENDIF}
    38 
    38 
    39 implementation
    39 implementation
    40 uses typinfo, sysutils, uVariables, uUtils
    40 uses SysUtils, uVariables, uUtils
    41      {$IFDEF PNG_SCREENSHOTS}, PNGh, png {$ENDIF}
    41      {$IFDEF PNG_SCREENSHOTS}, PNGh, png {$ENDIF}
    42      {$IFNDEF USE_SDLTHREADS} {$IFDEF UNIX}, cthreads{$ENDIF} {$ENDIF};
    42      {$IFNDEF USE_SDLTHREADS} {$IFDEF UNIX}, cthreads{$ENDIF} {$ENDIF};
    43 
    43 
    44 type PScreenshot = ^TScreenshot;
    44 type PScreenshot = ^TScreenshot;
    45      TScreenshot = record
    45      TScreenshot = record