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:
parent
ed0e6bee75
commit
6d64c5f21e
3 changed files with 40 additions and 28 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue