using System; using System.Runtime.InteropServices; namespace Creaturelibbattling.Generated { internal static class C { /// const char * [DllImport("CreatureLibBattling", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_C_GetLastException")] internal static extern string GetLastException(); } }