Cosmos/source2/Users/Kudzu/Breakpoints/BreakpointsOS.cs
kudzu_cp 1705a99709
2010-08-14 19:01:38 +00:00

11 lines
247 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using Cosmos.System;
namespace BreakpointsKernel {
public class BreakpointsOS : Cosmos.System.Kernel {
protected override void Run() {
}
}
}