// AUTOMATICALLY GENERATED, DO NOT EDIT using System; using System.Runtime.InteropServices; namespace Creaturelib.Generated { internal static class LookupGrowthRate { /// unsigned int * /// long unsigned int /// GrowthRate * [DllImport("CreatureLib", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_LookupGrowthRate_Construct")] internal static extern IntPtr Construct(IntPtr experiencePerLevel, ulong count); /// const LookupGrowthRate * /// void [DllImport("CreatureLib", CallingConvention = CallingConvention.Cdecl, EntryPoint= "CreatureLib_LookupGrowthRate_Destruct")] internal static extern void Destruct(IntPtr p); } }