Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
client/src/Utils.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <network.h>
4 
5 #include "RehtiReader.hpp"
6 
13 AnimationConfig actionToAnimationConfig(CurrentAction action, Coordinate entityLocation);
AnimationConfig actionToAnimationConfig(CurrentAction action, Coordinate entityLocation)
Convert action to animation config.
Definition: client/src/Utils.cpp:3
Definition: BasicTypes.hpp:190