From 0462d48af56afe13e979f6746d4c1e11a82d1d0bc6234a3157f6b62a9d2f5e87 Mon Sep 17 00:00:00 2001 From: Albert Fabregat Date: Mon, 28 Oct 2002 11:36:54 +0000 Subject: [PATCH] Modificado --- ediv/src/dlls/graphics/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ediv/src/dlls/graphics/graphics.h b/ediv/src/dlls/graphics/graphics.h index 1bdb53e..c8e3780 100644 --- a/ediv/src/dlls/graphics/graphics.h +++ b/ediv/src/dlls/graphics/graphics.h @@ -50,5 +50,5 @@ int eDIV_GRAPHIC_INFO(FUNCTION_PARAMS) ; int eDIV_FADE(FUNCTION_PARAMS) ; int eDIV_XPUT(FUNCTION_PARAMS); -int Dibuja(SDL_Surface *src , SDL_Rect srcrect , SDL_Rect dstrect , int z , int trans); +int Dibuja(SDL_Surface *src , SDL_Rect srcrect , SDL_Rect dstrect , int z , int trans,int size,int angle); SDL_Surface *xput(SDL_Surface *src,double size,double angle); \ No newline at end of file