PkmnLibSharp/PkmnLibSharp/Generated/Creaturelib/C.cs

19 lines
647 B
C#
Raw Normal View History

2020-05-03 09:38:49 +00:00
// AUTOMATICALLY GENERATED, DO NOT EDIT
2020-05-02 17:54:07 +00:00
using System;
using System.Runtime.InteropServices;
namespace Creaturelib.Generated
2020-05-02 17:54:07 +00:00
{
internal static class C
{
/// <returns>const char *</returns>
[DllImport("CreatureLib", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_C_GetLastException")]
2020-05-02 20:58:08 +00:00
internal static extern IntPtr GetLastException();
2020-05-02 17:54:07 +00:00
2020-08-17 16:51:07 +00:00
/// <returns>const char *</returns>
[DllImport("CreatureLib", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_C_GetLastExceptionStacktrace")]
internal static extern IntPtr GetLastExceptionStacktrace();
2020-05-02 17:54:07 +00:00
}
}