diff options
Diffstat (limited to 'src/osd/windows/debugwin.h')
-rw-r--r-- | src/osd/windows/debugwin.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/osd/windows/debugwin.h b/src/osd/windows/debugwin.h deleted file mode 100644 index 81ca10c98d2..00000000000 --- a/src/osd/windows/debugwin.h +++ /dev/null @@ -1,28 +0,0 @@ -// license:BSD-3-Clause -// copyright-holders:Aaron Giles -//============================================================ -// -// debugwin.h - Win32 debug window handling -// -//============================================================ - -#ifndef __WIN_DEBUGWIN__ -#define __WIN_DEBUGWIN__ - - -//============================================================ -// GLOBAL VARIABLES -//============================================================ - -// windows - - - -//============================================================ -// PROTOTYPES -//============================================================ - -void debugwin_destroy_windows(running_machine &machine); -void debugwin_update_during_game(running_machine &machine); - -#endif |