|
|
|
@ -62,10 +62,12 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
virtual void ReportError(const char* message);
|
|
|
|
virtual void ReportError(const char* message);
|
|
|
|
virtual void ReportMessage(const char* message);
|
|
|
|
virtual void ReportMessage(const char* message);
|
|
|
|
|
|
|
|
virtual void ReportDebuggerMessage(const char* message);
|
|
|
|
virtual bool ConfirmMessage(const char* message);
|
|
|
|
virtual bool ConfirmMessage(const char* message);
|
|
|
|
|
|
|
|
|
|
|
|
void ReportFormattedError(const char* format, ...);
|
|
|
|
void ReportFormattedError(const char* format, ...);
|
|
|
|
void ReportFormattedMessage(const char* format, ...);
|
|
|
|
void ReportFormattedMessage(const char* format, ...);
|
|
|
|
|
|
|
|
void ReportFormattedDebuggerMessage(const char* format, ...);
|
|
|
|
bool ConfirmFormattedMessage(const char* format, ...);
|
|
|
|
bool ConfirmFormattedMessage(const char* format, ...);
|
|
|
|
|
|
|
|
|
|
|
|
/// Adds OSD messages, duration is in seconds.
|
|
|
|
/// Adds OSD messages, duration is in seconds.
|
|
|
|
|