amxmodx/hlsdk/dedicated/exports.h
2006-08-27 02:22:59 +00:00

15 lines
394 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