7 lines
No EOL
187 B
C
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
|