halflife-sdk/dedicated/exports.h
2000-06-05 00:00:00 +00:00

7 lines
No EOL
187 B
C

// functions exported from front end to engine
#ifndef INC_EXPORTSH
#define INC_EXPORTSH
extern void ErrorMessage(int nLevel, const char *pszErrorMessage);
#endif // !INC_EXPORTSH