diff options
| author | fires.gc <fires.gc@gmail.com> | 2008-07-24 13:40:07 +0000 |
|---|---|---|
| committer | fires.gc <fires.gc@gmail.com> | 2008-07-24 13:40:07 +0000 |
| commit | 2f308cf77accfe9125eb2bf5fc53348fd9aaa058 (patch) | |
| tree | 07b20ba7642b61119eb1a80b21d967847c1d4b1a /Source/Core/DebuggerWX/src/MemoryWindow.h | |
| parent | 9e285ca377b336e3a3d2aaf763fa25ba20925f15 (diff) | |
minor improvements (mostly debugger)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@82 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/MemoryWindow.h')
| -rw-r--r-- | Source/Core/DebuggerWX/src/MemoryWindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/src/MemoryWindow.h b/Source/Core/DebuggerWX/src/MemoryWindow.h index fffb55201d..763d82cdfc 100644 --- a/Source/Core/DebuggerWX/src/MemoryWindow.h +++ b/Source/Core/DebuggerWX/src/MemoryWindow.h @@ -45,6 +45,9 @@ class CMemoryWindow ~CMemoryWindow();
+ void Save(IniFile& _IniFile) const;
+ void Load(IniFile& _IniFile);
+
void Update();
void NotifyMapLoaded();
|
