Add support for verbose logging.

This commit is contained in:
2020-08-22 19:39:13 +02:00
parent 43f2def80b
commit 35c622d8a2
5 changed files with 16 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#define _SETT_HPP
namespace settings {
extern bool VERBOSE;
extern int LOGINPORT;
extern bool LOGINRANDCHARACTERS;
extern int SHARDPORT;