// AUTOMATICALLY GENERATED, DO NOT EDIT using System; using System.Runtime.InteropServices; namespace Creaturelib.Generated { internal static class HistoryElement { /// const HistoryElement * /// HistoryElementKind [DllImport("CreatureLib", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_HistoryElement_GetKind")] internal static extern HistoryElementKind GetKind(IntPtr p); /// const HistoryElement * /// const HistoryElement * [DllImport("CreatureLib", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_HistoryElement_GetPrevious")] internal static extern IntPtr GetPrevious(IntPtr p); } }