You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
319 B
8 lines
319 B
CHAR *GetErrMsg( UINT uErrID);
|
|
void ShowErr( int n, void *p1, void *p2);
|
|
void ShowEngineErr( int n, void *p1, void *p2);
|
|
int RLMessageBoxA( LPCSTR pszMsgText);
|
|
void Usage( void);
|
|
|
|
DWORD B_FormatMessage( DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId,
|
|
LPSTR lpBuffer, DWORD nSize, va_list *Arguments );
|