summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/exceptionpointsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/osx/exceptionpointsview.h')
-rw-r--r--src/osd/modules/debugger/osx/exceptionpointsview.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/osx/exceptionpointsview.h b/src/osd/modules/debugger/osx/exceptionpointsview.h
new file mode 100644
index 00000000000..73e3958c9b8
--- /dev/null
+++ b/src/osd/modules/debugger/osx/exceptionpointsview.h
@@ -0,0 +1,23 @@
+// license:BSD-3-Clause
+// copyright-holders:Vas Crabb
+//============================================================
+//
+// exceptionpointsview.h - MacOS X Cocoa debug window handling
+//
+//============================================================
+
+#import "debugosx.h"
+
+#import "debugview.h"
+
+
+#import <Cocoa/Cocoa.h>
+
+
+@interface MAMEExceptionpointsView : MAMEDebugView
+{
+}
+
+- (id)initWithFrame:(NSRect)f machine:(running_machine &)m;
+
+@end