diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-07-01 09:26:06 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-07-01 09:26:39 -0300 |
| commit | 5cfe00df82a69f44187b1cd77fe3d6865cf3425f (patch) | |
| tree | 395527bb97a908035ef9d6b1eb354b591005264f /src/common.hh | |
| parent | 6243967f1fac3af8ed3e72790cabed0f79978bdb (diff) | |
| download | game-5cfe00df82a69f44187b1cd77fe3d6865cf3425f.tar.gz game-5cfe00df82a69f44187b1cd77fe3d6865cf3425f.zip | |
`reader.cc`
Diffstat (limited to 'src/common.hh')
| -rw-r--r-- | src/common.hh | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
