PkmnLibSharp/PkmnLibSharp/Generated/PkmnLibAI/DepthSearchAI.cs

15 lines
403 B
C#

// AUTOMATICALLY GENERATED, DO NOT EDIT
using System;
using System.Runtime.InteropServices;
namespace PkmnLibAI.Generated
{
internal static class DepthSearchAI
{
/// <returns>DepthSearchAI *</returns>
[DllImport("libpkmnlib_ai", CallingConvention = CallingConvention.Cdecl, EntryPoint= "pkmnlibai_DepthSearchAI_Create")]
internal static extern IntPtr Create();
}
}