added 4 and 5 parameters
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2091
This commit is contained in:
parent
b2fa2df349
commit
d17551ad8c
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ struct LOG
|
|||
void operator()(char const* buf, double f1) { return;}
|
||||
void operator()(char const* buf, double f1, double f2) { return;}
|
||||
void operator()(char const* buf, double f1, double f2, double f3) { return;}
|
||||
void operator()(char const* buf, double f1, double f2, double f3, double f4) { return;}
|
||||
void operator()(char const* buf, double f1, double f2, double f3, double f4, double f5) { return;}
|
||||
|
||||
void operator()(char const* buf, char const* s1) { return;}
|
||||
void operator()(char const* buf, char const* s1, double f1) { return;}
|
||||
|
|
Loading…
Add table
Reference in a new issue