Antkeeper
0.0.1
|
#include <engine/animation/animation-channel.hpp>
#include <algorithm>
#include <functional>
#include <type_traits>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | animation_base |
Abstract base class for keyframe animations. More... | |
class | animation< T > |
Keyframe animation. More... | |