Debugger UI skeleton.
This commit is contained in:
11
src/Xenia.Debug/Module.cs
Normal file
11
src/Xenia.Debug/Module.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Xenia.Debug.Utilities;
|
||||
|
||||
namespace Xenia.Debug {
|
||||
public class Module : Changeable {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user