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