From 4b4a8dfad334a73a94291a9315b5d1197303d6e5 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Wed, 18 Sep 2002 15:29:40 +0000 Subject: [PATCH] New DOSBOX_Init which should now register all dosbox speficic Init functions in the main control class. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@291 --- include/dosbox.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/dosbox.h b/include/dosbox.h index c7a9266e..ac7b4f34 100644 --- a/include/dosbox.h +++ b/include/dosbox.h @@ -56,8 +56,7 @@ void DOSBOX_RunMachine(); void DOSBOX_SetLoop(LoopHandler * handler); void DOSBOX_SetNormalLoop(); -void DOSBOX_Init(int argc, char* argv[]); -void DOSBOX_StartUp(void); +void DOSBOX_Init(void); class Config; extern Config * control;