GuestFunction.cs 111 B

123456
  1. using System;
  2. namespace ARMeilleure.Translation
  3. {
  4. delegate ulong GuestFunction(IntPtr nativeContextPtr);
  5. }