Describes interface of class which can get errors. Used with renderers.
You can find more information in comments below.
class IErrorListener
{
public:
virtual void NotifyOnError(const AnsiString &function, const int line, const int code, const String &text) = 0; // Called when error is detected};
Namespace: | nitisa |
Include: | Nitisa/Interfaces/IErrorListener.h |