#include "image.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | animationframe |
Handles images properties in an animation. More... | |
class | animation |
Class that handles animated elements, their update and their playback. More... | |
Enumerations | |
enum | play_state { PLAY = true, STOP = false } |
Whether the animation is currently playing or not. More... |
Definition in file animation.h.
enum play_state |