Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
AnimationReader.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include <vector>
5 
10 std::vector<std::string> readAnimations();
std::vector< std::string > readAnimations()
Reads animations described in JSON file.
Definition: AnimationReader.cpp:10