Fix missing file
This commit is contained in:
parent
f59810b68e
commit
3cc70daf3e
|
|
@ -9,6 +9,12 @@
|
||||||
|
|
||||||
namespace Nz
|
namespace Nz
|
||||||
{
|
{
|
||||||
|
enum class AngleUnit
|
||||||
|
{
|
||||||
|
Degree,
|
||||||
|
Radian
|
||||||
|
};
|
||||||
|
|
||||||
enum BoxCorner
|
enum BoxCorner
|
||||||
{
|
{
|
||||||
BoxCorner_FarLeftBottom,
|
BoxCorner_FarLeftBottom,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue