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