diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-23 15:15:25 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-23 15:15:25 +0000 |
| commit | 8be70a8ed28dc00ecff3eb091e4745640e288176 (patch) | |
| tree | f70ef24ccf12c740fbe1086c527b979885970093 /Source/Core/DebuggerWX/src/CodeWindow.h | |
| parent | 0849a96d815ee0695c442ba1182594ffb97b72da (diff) | |
Finally hacked Super Monkey Ball into submission! Some bonus hacking tools included.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@282 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/CodeWindow.h')
| -rw-r--r-- | Source/Core/DebuggerWX/src/CodeWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/src/CodeWindow.h b/Source/Core/DebuggerWX/src/CodeWindow.h index 9a7010c7fb..0276a99c60 100644 --- a/Source/Core/DebuggerWX/src/CodeWindow.h +++ b/Source/Core/DebuggerWX/src/CodeWindow.h @@ -83,6 +83,7 @@ class CCodeWindow IDM_LOGINSTRUCTIONS,
IDM_LOADMAPFILE,
IDM_SAVEMAPFILE,
+ IDM_RENAMEFUNCTION,
IDM_CLEARCODECACHE,
};
|
