Cosmos/source2/IL2PCU/Cosmos.IL2CPU.Profiler/ILOpProfiler.cs
kudzu_cp 5ab61e0eed
2009-07-23 15:41:15 +00:00

10 lines
213 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cosmos.IL2CPU;
namespace Cosmos.IL2CPU.Profiler {
public class ILOpProfiler : Cosmos.IL2CPU.ILOp {
}
}