Cleaned up some more logging functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@992
This commit is contained in:
parent
c6a015a866
commit
05fcec5b12
1 changed files with 0 additions and 4 deletions
|
@ -22,8 +22,6 @@
|
|||
|
||||
void E_Exit(char * message,...);
|
||||
|
||||
void S_Warn(char * message,...);
|
||||
|
||||
void MSG_Add(const char*,const char*); //add messages to the internal langaugefile
|
||||
const char* MSG_Get(char const *); //get messages from the internal langaugafile
|
||||
|
||||
|
@ -68,7 +66,5 @@ extern Bitu errorlevel;
|
|||
#include "logging.h"
|
||||
#endif // the logging system.
|
||||
|
||||
#define LOG_MSG S_Warn
|
||||
|
||||
#endif /* __DOSBOX_H */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue