Files
ZuneShell.dll/ZuneDBApi/DataStructs/IntSet.cs
T
2021-11-22 01:51:40 -06:00

13 lines
249 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace DataStructs
{
[StructLayout(LayoutKind.Sequential, Size = 32)]
[NativeCppClass]
internal struct IntSet
{
private long _003Calignment_0020member_003E;
}
}