summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/breakpointsview.h
blob: 07e4e09e228f1caf3729bf2a38c867ab9cd6d9f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// license:BSD-3-Clause
// copyright-holders:Vas Crabb
//============================================================
//
//  breakpointsview.h - MacOS X Cocoa debug window handling
//
//============================================================

#import "debugosx.h"

#import "debugview.h"


#import <Cocoa/Cocoa.h>


@interface MAMEBreakpointsView : MAMEDebugView
{
}

- (id)initWithFrame:(NSRect)f machine:(running_machine &)m;

@end