PkmnLibSharp/PkmnLibSharp/Generated/Creaturelib/TurnEndEvent.cs

16 lines
459 B
C#

// AUTOMATICALLY GENERATED, DO NOT EDIT
using System;
using System.Runtime.InteropServices;
namespace Creaturelib.Generated
{
internal static class TurnEndEvent
{
/// <param name="p">const TurnEndEvent *</param>
/// <returns>void</returns>
[DllImport("CreatureLib", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_TurnEndEvent_Destruct")]
internal static extern void Destruct(IntPtr p);
}
}