1
0
Fork 0

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:
Sjoerd van der Berg 2003-05-06 07:25:58 +00:00
parent c6a015a866
commit 05fcec5b12

View file

@ -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 */