Move solution and projects to src
This commit is contained in:
7
src/ARMeilleure/Translation/DispatcherFunction.cs
Normal file
7
src/ARMeilleure/Translation/DispatcherFunction.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using System;
|
||||
|
||||
namespace ARMeilleure.Translation
|
||||
{
|
||||
delegate void DispatcherFunction(IntPtr nativeContext, ulong startAddress);
|
||||
delegate ulong WrapperFunction(IntPtr nativeContext, ulong startAddress);
|
||||
}
|
||||
Reference in New Issue
Block a user