summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/src/CodeWindow.h
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-08-24 18:50:51 +0000
committerhrydgard <hrydgard@gmail.com>2008-08-24 18:50:51 +0000
commitc0c6fc9e6daa10a5a30e4dfb3444d29a0baf482c (patch)
tree3d54352ddf3fdefb3a4e16fc65d73e609d296e97 /Source/Core/DebuggerWX/src/CodeWindow.h
parent23665a7b9366a567357ebaaec7ebf73a6735da8b (diff)
Ok, part 2/2 of the symbol code rewrite. You can now create and use function signature files. A monkey ball signature file included. Now to add some cooler features...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@294 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/CodeWindow.h')
-rw-r--r--Source/Core/DebuggerWX/src/CodeWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/src/CodeWindow.h b/Source/Core/DebuggerWX/src/CodeWindow.h
index 45e965928e..e90a589cdd 100644
--- a/Source/Core/DebuggerWX/src/CodeWindow.h
+++ b/Source/Core/DebuggerWX/src/CodeWindow.h
@@ -81,7 +81,9 @@ class CCodeWindow
IDM_MEMORYWINDOW,
IDM_SCANFUNCTIONS,
IDM_LOGINSTRUCTIONS,
+ IDM_LOADMAPFILE,
IDM_SAVEMAPFILE,
+ IDM_CLEARSYMBOLS,
IDM_CREATESIGNATUREFILE,
IDM_USESIGNATUREFILE,
IDM_USESYMBOLFILE,