diff options
Diffstat (limited to 'ARMeilleure/State/ExceptionCallback.cs')
-rw-r--r-- | ARMeilleure/State/ExceptionCallback.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ARMeilleure/State/ExceptionCallback.cs b/ARMeilleure/State/ExceptionCallback.cs new file mode 100644 index 00000000..38d6eef7 --- /dev/null +++ b/ARMeilleure/State/ExceptionCallback.cs @@ -0,0 +1,5 @@ +namespace ARMeilleure.State +{ + public delegate void ExceptionCallbackNoArgs(ExecutionContext context); + public delegate void ExceptionCallback(ExecutionContext context, ulong address, int id); +}
\ No newline at end of file |