aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/State/ExceptionCallback.cs
blob: 38d6eef78fb18697e98764be2f5bd60a4c6391a5 (plain) (blame)
1
2
3
4
5
namespace ARMeilleure.State
{
    public delegate void ExceptionCallbackNoArgs(ExecutionContext context);
    public delegate void ExceptionCallback(ExecutionContext context, ulong address, int id);
}