GameKit
0.0.1a
C++ gamedev tools
|
#include <TilemapAnimator.hpp>
Classes | |
struct | TileAnimation |
Public Member Functions | |
void | init (Tilemap &map) |
void | animateTiles (Tilemap &map) |
Private Attributes | |
std::vector< TileAnimation > | m_tileAnimations |
Definition at line 24 of file TilemapAnimator.hpp.
void gk::TilemapAnimator::animateTiles | ( | Tilemap & | map | ) |
Definition at line 23 of file TilemapAnimator.cpp.
void gk::TilemapAnimator::init | ( | Tilemap & | map | ) |
Definition at line 19 of file TilemapAnimator.cpp.
|
private |
Definition at line 36 of file TilemapAnimator.hpp.