SDLSprite(SDLTexture &texture, int nframes, int fps, int base_x, int base_y, int w, int h)
Construye un objeto SDLSprite.
Definition: sdl_animated_sprite.cpp:8
Objeto de textura de SDL.
Definition: sdl_texture.h:13
void render(SDL_Rect dest)
Renderiza la sprite en pantalla, segun el cuadro actual.
Definition: sdl_animated_sprite.cpp:79