aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Translation/DispatcherFunction.cs
blob: e3ea21f67b3a1d1a335f5f191b41c7c6c93fa3c6 (plain) (blame)
1
2
3
4
5
6
using System;

namespace ARMeilleure.Translation
{
    delegate void DispatcherFunction(IntPtr nativeContext, ulong startAddress);
}