// AUTOMATICALLY GENERATED, DO NOT EDIT using System; using System.Runtime.InteropServices; namespace Creatureliblibrary.Generated { internal static class GrowthRate { /// const GrowthRate * /// void [DllImport("CreatureLibLibrary", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_GrowthRate_Destruct")] internal static extern void Destruct(IntPtr p); /// unsigned char & /// const GrowthRate * /// unsigned int /// unsigned char [DllImport("CreatureLibLibrary", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_GrowthRate_CalculateLevel")] internal static extern byte CalculateLevel(ref byte @out, IntPtr p, uint experience); /// unsigned int & /// const GrowthRate * /// unsigned char /// unsigned char [DllImport("CreatureLibLibrary", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_GrowthRate_CalculateExperience")] internal static extern byte CalculateExperience(ref uint @out, IntPtr p, byte level); } }