From 5cfe00df82a69f44187b1cd77fe3d6865cf3425f Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 1 Jul 2025 09:26:06 -0300 Subject: `reader.cc` --- src/common.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common.hh') diff --git a/src/common.hh b/src/common.hh index 57c7745..b97de3c 100644 --- a/src/common.hh +++ b/src/common.hh @@ -153,6 +153,10 @@ typedef void TErrorFunction(const char *Text); typedef void TPrintFunction(int Level, const char *Text); void SetErrorFunction(TErrorFunction *Function); void SetPrintFunction(TPrintFunction *Function); +void SilentHandler(const char *Text); +void SilentHandler(int Level, const char *Text); +void LogFileHandler(const char *Text); +void LogFileHandler(int Level, const char *Text); void error(const char *Text, ...) ATTR_PRINTF(1, 2); void print(int Level, const char *Text, ...) ATTR_PRINTF(2, 3); int random(int Min, int Max); -- cgit v1.2.3