|
FIFE
|
#include <cassert>#include <map>#include <vector>#include "util/base/fife_stdint.h"#include "util/base/fifeclass.h"#include "util/base/sharedptr.h"#include "image.h"
Include dependency graph for animation.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FIFE::Animation |
| Animation. More... | |
| struct | FIFE::Animation::FrameInfo |
| Contains information about one animation frame (duration + frame index + frame pointer) More... | |
Namespaces | |
| FIFE | |
| All FIFE related code is in this namespace. | |
Typedefs | |
| typedef SharedPtr< Animation > | FIFE::AnimationPtr |