1
0
Fork 0
forked from valve/halflife-sdk
halflife-sdk-steam/dedicated/exports.h
2002-12-23 00:00:00 +00:00

14 lines
No EOL
392 B
C

//========= Copyright © 1996-2002, 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