Fix missing file

This commit is contained in:
Jérôme Leclercq
2018-09-05 15:13:39 +02:00
parent f59810b68e
commit 3cc70daf3e

View File

@@ -9,6 +9,12 @@
namespace Nz namespace Nz
{ {
enum class AngleUnit
{
Degree,
Radian
};
enum BoxCorner enum BoxCorner
{ {
BoxCorner_FarLeftBottom, BoxCorner_FarLeftBottom,