mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
17 lines
361 B
C#
17 lines
361 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Cosmos.Assembler;
|
|
using Cosmos.Assembler.x86;
|
|
using Cosmos.Debug.Consts;
|
|
using Cosmos.Assembler.XSharp;
|
|
|
|
namespace Cosmos.Debug.DebugStub {
|
|
public partial class DebugStub : CodeGroup {
|
|
|
|
public abstract class Inlines : CodeBlock {
|
|
}
|
|
|
|
}
|
|
}
|