#include <memory>
#include <vector>
#include "bitmap.h"
Go to the source code of this file.
Compounds | |
class | Animation |
This is an abstract data type describing an animation. More... | |
class | LoopingFrames |
A LoopingFrames animation is an infinite loop of a handful of preloaded bitmaps. More... | |
class | RollCount |
This animation generates a mechanical-style rolling counter that counts from a given number of seconds towards 0. More... |