Go to the source code of this file.
Functions | |
void | clearScreen (SDL_Surface *screen) |
Limpia la pantalla. | |
void | drawSprite (SDL_Surface *imageSurface, SDL_Surface *screenSurface, int srcX, int srcY, int dstX, int dstY, int width, int height) |
Dibuja un Sprite en pantalla. |
Funciones graficas que trabajan usando SDL.
|
Limpia la pantalla.
|
|
Dibuja un Sprite en pantalla.
|