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/BreakpointWindow.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/BreakpointWindow.h')
| -rw-r--r-- | Source/Core/DebuggerWX/src/BreakpointWindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/DebuggerWX/src/BreakpointWindow.h b/Source/Core/DebuggerWX/src/BreakpointWindow.h index 652e0c6869..b753314043 100644 --- a/Source/Core/DebuggerWX/src/BreakpointWindow.h +++ b/Source/Core/DebuggerWX/src/BreakpointWindow.h @@ -21,6 +21,7 @@ class CBreakPointView;
class CCodeWindow;
class wxListEvent;
+class IniFile;
#undef BREAKPOINT_WINDOW_STYLE
#define BREAKPOINT_WINDOW_STYLE wxCAPTION | wxSYSTEM_MENU | wxCLOSE_BOX | wxRESIZE_BORDER
@@ -41,6 +42,9 @@ class CBreakPointWindow virtual ~CBreakPointWindow();
void NotifyUpdate();
+
+ void Save(IniFile& _IniFile) const;
+ void Load(IniFile& _IniFile);
private:
|
