soundvision/CylVision/Assets/ThridParty/KinectScript/INativeWrapper.cs
2019-06-30 14:46:11 +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; }
}
}