summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/debugwin.h
blob: ae64cd3d129906c3bf73b7b1f2fd79fff3e8e5be (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
24
25
26
27
28
29
30
31
32
//============================================================
//
//  debugwin.h - Win32 debug window handling
//
//  Copyright Nicola Salmoria and the MAME Team.
//  Visit http://mamedev.org for licensing and usage restrictions.
//
//============================================================

#ifndef __WIN_DEBUGWIN__
#define __WIN_DEBUGWIN__


//============================================================
//  GLOBAL VARIABLES
//============================================================

// windows



//============================================================
//  PROTOTYPES
//============================================================

void debugwin_init_windows(void);
void debugwin_destroy_windows(void);
void debugwin_show(int type);
void debugwin_update_during_game(void);
int debugwin_is_debugger_visible(void);

#endif