From 3cc70daf3e4ef586f5a8dcb746112ebc2839dafe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Wed, 5 Sep 2018 15:13:39 +0200 Subject: [PATCH] Fix missing file --- include/Nazara/Math/Enums.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/Nazara/Math/Enums.hpp b/include/Nazara/Math/Enums.hpp index 0430df83a..78f36942b 100644 --- a/include/Nazara/Math/Enums.hpp +++ b/include/Nazara/Math/Enums.hpp @@ -9,6 +9,12 @@ namespace Nz { + enum class AngleUnit + { + Degree, + Radian + }; + enum BoxCorner { BoxCorner_FarLeftBottom,