![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Specialized loader for walking animations. More...
#include <RunWalkAnimations.hpp>
Public Member Functions | |
virtual bool | load (const std::string &path, const char *, std::size_t, std::istream &, RunWalkAnimations &result) override |
Loads the walking animations from the given path. More... | |
Specialized loader for walking animations.
Definition at line 51 of file RunWalkAnimations.hpp.
|
overridevirtual |
Loads the walking animations from the given path.
path | The path to the set of walking animations |
Unused | |
Unused | |
Unused | |
result | The animation object to populate |
Definition at line 65 of file RunWalkAnimations.cpp.