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
This commit is contained in:
parent
ac538811eb
commit
4b4a8dfad3
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue