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

namespace ARMeilleure.Translation
{
    delegate ulong GuestFunction(IntPtr nativeContextPtr);
}