Cosmos/source2/IL2PCU/Cosmos.IL2CPU.Profiler/ILOpProfiler.cs
kudzu_cp 8e5c5c3b04
2009-07-22 22:49:49 +00:00

9 lines
184 B
C#

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