1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 13:19:56 +00:00
openmw-tes3mp/components/detournavigator/tileposition.hpp
2018-10-13 22:16:25 +03:00

11 lines
212 B
C++

#ifndef OPENMW_COMPONENTS_DETOURNAVIGATOR_TILEPOSITION_H
#define OPENMW_COMPONENTS_DETOURNAVIGATOR_TILEPOSITION_H
#include <osg/Vec2i>
namespace DetourNavigator
{
using TilePosition = osg::Vec2i;
}
#endif