DispatcherFunction.cs 136 B

123456
  1. using System;
  2. namespace ARMeilleure.Translation
  3. {
  4. delegate void DispatcherFunction(IntPtr nativeContext, ulong startAddress);
  5. }