Files
PkmnLibSharp/PkmnLibSharp/Generated/Creatureliblibrary/C.cs
2020-05-02 22:58:18 +02:00

14 lines
372 B
C#

using System;
using System.Runtime.InteropServices;
namespace Creatureliblibrary.Generated
{
internal static class C
{
/// <returns>const char *</returns>
[DllImport("CreatureLibLibrary", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_C_GetLastException")]
internal static extern IntPtr GetLastException();
}
}