9 lines
135 B
C#
9 lines
135 B
C#
using GroupedNativeMethodsGenerator;
|
|
|
|
namespace FinLib;
|
|
|
|
[GroupedNativeMethods]
|
|
internal static unsafe partial class NativeMethods
|
|
{
|
|
|
|
} |