hedgewars/SDLh.pas
branchsdl2transition
changeset 11375 7d0511a3cff8
parent 11373 011c5cc195cc
child 11392 f4e19cd88747
equal deleted inserted replaced
11374:28c309f45269 11375:7d0511a3cff8
    49 {$ELSE}
    49 {$ELSE}
    50     {$DEFINE cdecl attribute(cdecl)}
    50     {$DEFINE cdecl attribute(cdecl)}
    51     type PByte = ^Byte;
    51     type PByte = ^Byte;
    52     type PInteger = ^Integer;
    52     type PInteger = ^Integer;
    53     type PLongInt = ^LongInt;
    53     type PLongInt = ^LongInt;
    54 {$ENDIF}
       
    55 
       
    56 {$IFDEF DARWIN}
       
    57     {$IFNDEF HWLIBRARY}
       
    58         {$linkframework SDL2}
       
    59         {$linkframework SDL2_net}
       
    60         {$linkframework SDL2_image}
       
    61         {$linkframework SDL2_ttf}
       
    62         {$linkframework SDL2_mixer}
       
    63     {$ENDIF}
       
    64 {$ENDIF}
    54 {$ENDIF}
    65 
    55 
    66 
    56 
    67 (*  SDL  *)
    57 (*  SDL  *)
    68 const
    58 const