diff options
Diffstat (limited to 'src/osd/modules/debugger/osx/debugcommandhistory.h')
-rw-r--r-- | src/osd/modules/debugger/osx/debugcommandhistory.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/osx/debugcommandhistory.h b/src/osd/modules/debugger/osx/debugcommandhistory.h index f99767cb4be..e505aa4435c 100644 --- a/src/osd/modules/debugger/osx/debugcommandhistory.h +++ b/src/osd/modules/debugger/osx/debugcommandhistory.h @@ -8,6 +8,8 @@ #import "debugosx.h" +#include "util/utilfwd.h" + #import <Cocoa/Cocoa.h> @@ -32,4 +34,7 @@ - (void)reset; - (void)clear; +- (void)saveConfigurationToNode:(util::xml::data_node *)node; +- (void)restoreConfigurationFromNode:(util::xml::data_node const *)node; + @end |