Add helper menu items to tools menu if rdocself.dll is loaded

This commit is contained in:
baldurk
2017-01-02 20:16:27 +00:00
parent 6aee676386
commit 8c8cf07385
3 changed files with 20 additions and 0 deletions
+2
View File
@@ -36,6 +36,8 @@ namespace renderdocui.Code
{
[DllImport("kernel32", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern IntPtr LoadLibrary(string lpFileName);
[DllImport("kernel32", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern IntPtr GetModuleHandle(string lpFileName);
[StructLayout(LayoutKind.Sequential)]
public struct POINT