Skip to content

Commit 45d7c85

Browse files
committed
Added Funtions and contants.
1 parent 1e22b09 commit 45d7c85

File tree

5 files changed

+133
-100
lines changed

5 files changed

+133
-100
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Runtime.InteropServices;
3+
4+
namespace Evergine.Bindings.MeshOptimizer
5+
{
6+
public static partial class MeshOptNative
7+
{
8+
public const uint MESHOPTIMIZER_VERSION = 220;
9+
}
10+
}

0 commit comments

Comments
 (0)