From fa4aadc31dd5b6a9a8a8d15a2bc5fde8a52c00a0 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 5 Oct 2008 14:50:31 +0000 Subject: [PATCH] add debug thing to default header Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3228 --- include/debug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/debug.h b/include/debug.h index 88cc2541..318b418d 100644 --- a/include/debug.h +++ b/include/debug.h @@ -24,6 +24,7 @@ void DEBUG_Enable(bool pressed); void DEBUG_CheckExecuteBreakpoint(Bit16u seg, Bit32u off); bool DEBUG_ExitLoop(void); void DEBUG_RefreshPage(char scroll); +Bitu DEBUG_EnableDebugger(void); extern Bitu cycle_count; extern Bitu debugCallback;