some fixes (still have problems in client-server mode)

This commit is contained in:
2026-07-14 15:51:23 +03:00
parent 92c3c54c65
commit a3134d31a8
11 changed files with 1181 additions and 472 deletions

View File

@@ -19,6 +19,15 @@
#pragma once
#include <usefull_macros.h>
// verbose levels
enum{
VERBOSE_NONE = 0, // show nothing
VERBOSE_PRIMARY, // only main messages
VERBOSE_SECONDARY, // also secondary messages
VERBOSE_MESG, // debug messages
VERBOSE_AMOUNT // just amount of levels
};
/*
* here are some typedef's for global data
*/