Cosmos/source/Indy.IL2CPU.Plugs/GlueMethodType.cs
2007-11-23 14:44:13 +00:00

11 lines
No EOL
241 B
C#

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;
}
}