// AUTOMATICALLY GENERATED, DO NOT EDIT using System; using System.Runtime.InteropServices; namespace Creatureliblibrary.Generated { internal static class ExternGrowthRate { /// GrowthRate * & /// Function * /// Function * /// unsigned char [DllImport("CreatureLibLibrary", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_ExternGrowthRate_Construct")] internal static extern byte Construct(ref IntPtr @out, IntPtr calcLevel, IntPtr calcExperience); /// const ExternGrowthRate * /// void [DllImport("CreatureLibLibrary", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_ExternGrowthRate_Destruct")] internal static extern void Destruct(IntPtr p); } }