soundvision/UnityProject/Assets/ThridParty/KinectScript/INativeWrapper.cs
2019-07-06 14:50:40 +02:00

12 lines
No EOL
217 B
C#

using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Linq;
namespace Helper
{
internal interface INativeWrapper
{
System.IntPtr nativePtr { get; }
}
}