Move solution and projects to src
This commit is contained in:
5
src/ARMeilleure/State/ExceptionCallback.cs
Normal file
5
src/ARMeilleure/State/ExceptionCallback.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace ARMeilleure.State
|
||||
{
|
||||
public delegate void ExceptionCallbackNoArgs(ExecutionContext context);
|
||||
public delegate void ExceptionCallback(ExecutionContext context, ulong address, int id);
|
||||
}
|
||||
Reference in New Issue
Block a user