F4MP/tiltedcode/Code/client/Games/Skyrim/Interface/Menus/HUDMenuUtils.h

7 lines
113 B
C
Raw Normal View History

#pragma once
namespace HUDMenuUtils
{
bool WorldPtToScreenPt3(const NiPoint3& aWorldPt, NiPoint3& aScreenPt);
}