Cosmos/source/Indy.IL2CPU.IL.X86/Op.cs
2007-09-01 14:30:16 +00:00

9 lines
189 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Indy.IL2CPU.IL.X86 {
public abstract class Op : Indy.IL2CPU.IL.Op {
}
}