added prototype for DEBUG_ShowMsg
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@988
This commit is contained in:
parent
c9b747adc4
commit
72d44cbc16
1 changed files with 2 additions and 2 deletions
|
@ -154,8 +154,8 @@ char * StripWord(char * cmd) {
|
|||
}
|
||||
return trim(cmd+strlen(begin)+1);
|
||||
}
|
||||
|
||||
void GFX_ShowMsg(char * msg);
|
||||
extern void DEBUG_ShowMsg(Bit32u entry,char* format,...);
|
||||
extern void GFX_ShowMsg(char * msg);
|
||||
|
||||
void S_Warn(char * format,...) {
|
||||
char buf[1024];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue