using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Indy.IL2CPU.Plugs { public static class GlueMethodType { public const int Heap_Alloc = 0; public const int Heap_Free = 1; } }