File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -894,7 +894,7 @@ function SDL_RenderCopyF(renderer: PSDL_Renderer; texture: PSDL_Texture; srcrect
894
894
*
895
895
* 0 on success, or -1 on error
896
896
*}
897
- function SDL_RenderCopyEx (renderer: PSDL_Renderer; texture: PSDL_Texture; const srcrect: PSDL_Rect; dstrect: PSDL_Rect; angle: Double ; center: PSDL_Point; flip: cint ): cint32 cdecl; external SDL_LibName { $IFDEF DELPHI} { $IFDEF MACOS} name ' _SDL_RenderCopyEx' { $ENDIF} { $ENDIF} ;
897
+ function SDL_RenderCopyEx (renderer: PSDL_Renderer; texture: PSDL_Texture; const srcrect: PSDL_Rect; dstrect: PSDL_Rect; angle: cdouble ; center: PSDL_Point; flip: TSDL_Flip ): cint32 cdecl; external SDL_LibName { $IFDEF DELPHI} { $IFDEF MACOS} name ' _SDL_RenderCopyEx' { $ENDIF} { $ENDIF} ;
898
898
899
899
{ **
900
900
* Copy a portion of the source texture to the current rendering target, rotating it by angle around the given center
@@ -909,7 +909,7 @@ function SDL_RenderCopyEx(renderer: PSDL_Renderer; texture: PSDL_Texture; const
909
909
*
910
910
* 0 on success, or -1 on error
911
911
*}
912
- function SDL_RenderCopyExF (renderer: PSDL_Renderer; texture: PSDL_Texture; const srcrect: PSDL_Rect; dstrect: PSDL_FRect; angle: Double ; center: PSDL_FPoint; flip: cint ): cint32 cdecl;
912
+ function SDL_RenderCopyExF (renderer: PSDL_Renderer; texture: PSDL_Texture; const srcrect: PSDL_Rect; dstrect: PSDL_FRect; angle: cdouble ; center: PSDL_FPoint; flip: TSDL_Flip ): cint32 cdecl;
913
913
external SDL_LibName { $IFDEF DELPHI} { $IFDEF MACOS} name ' _SDL_RenderCopyExF' { $ENDIF} { $ENDIF} ;
914
914
915
915
{ **
You can’t perform that action at this time.
0 commit comments