halflife-sdk/dedicated/exports.h

7 lines
187 B
C
Raw Normal View History

2000-06-05 00:00:00 +00:00
// functions exported from front end to engine
#ifndef INC_EXPORTSH
#define INC_EXPORTSH
extern void ErrorMessage(int nLevel, const char *pszErrorMessage);
#endif // !INC_EXPORTSH