mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-10 07:11:42 +00:00
12 lines
204 B
C
12 lines
204 B
C
|
// AlertErrHandler.h
|
||
|
|
||
|
class CAlertErrHandler : public CErrHandler
|
||
|
{
|
||
|
public:
|
||
|
CAlertErrHandler() {Init();};
|
||
|
|
||
|
virtual void Error(int theError, LPCTSTR errString);
|
||
|
};
|
||
|
|
||
|
extern bool gbParseError;
|