forked from vera/halflife-thewastes-sdk
14 lines
No EOL
392 B
C
14 lines
No EOL
392 B
C
//========= Copyright © 1996-2001, Valve LLC, All rights reserved. ============
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================
|
|
|
|
// functions exported from front end to engine
|
|
#ifndef INC_EXPORTSH
|
|
#define INC_EXPORTSH
|
|
|
|
extern void ErrorMessage(int nLevel, const char *pszErrorMessage);
|
|
|
|
#endif // !INC_EXPORTSH
|