hedgewars/SDLh.pas
changeset 1906 644f93d8f148
parent 1903 64e56f19d6d6
child 1916 9c3d0e3df6bb
equal deleted inserted replaced
1905:b1ec8db513f2 1906:644f93d8f148
    49 {$linkframework Carbon}
    49 {$linkframework Carbon}
    50 {$linkframework OpenGL}
    50 {$linkframework OpenGL}
    51 {$linkframework AudioUnit}
    51 {$linkframework AudioUnit}
    52 {$linkframework Quicktime}
    52 {$linkframework Quicktime}
    53 {$linkframework IOKit}
    53 {$linkframework IOKit}
    54 {for SDL1.3 {$linkframework ForceFeedback}}
    54 {add ForceFeedback and CoreAudio frameworks when you use SDL-1.3}
    55 {for SDL1.3 {$linkframework CoreAudio}}
       
    56 {$ENDIF}
    55 {$ENDIF}
    57 
    56 
    58 (*  SDL *)
    57 (*  SDL *)
    59 const {$IFDEF WIN32}
    58 const {$IFDEF WIN32}
    60       SDLLibName = 'SDL.dll';
    59       SDLLibName = 'SDL.dll';