Modificado
This commit is contained in:
parent
3d5af8aeeb
commit
0462d48af5
|
@ -50,5 +50,5 @@ int eDIV_GRAPHIC_INFO(FUNCTION_PARAMS) ;
|
||||||
int eDIV_FADE(FUNCTION_PARAMS) ;
|
int eDIV_FADE(FUNCTION_PARAMS) ;
|
||||||
int eDIV_XPUT(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);
|
SDL_Surface *xput(SDL_Surface *src,double size,double angle);
|
Loading…
Reference in a new issue