2025-02-13 18:05:31 +00:00

9 lines
135 B
C#

using GroupedNativeMethodsGenerator;
namespace FinLib;
[GroupedNativeMethods]
internal static unsafe partial class NativeMethods
{
}