1
0
Fork 0

added MSG_Write and renamed ???Message to MSG_???. Fixed some typos

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@321
This commit is contained in:
Peter Veenstra 2002-10-17 13:18:00 +00:00
parent ed0e6bee75
commit 6d64c5f21e
3 changed files with 40 additions and 28 deletions

View file

@ -24,7 +24,7 @@ void E_Exit(char * message,...);
void S_Warn(char * message,...);
void AddMessage(const char*,const char*); //add messages to the internal langaugefile
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
/* The internal types */