Add -zdebug

This commit is contained in:
Duke Leto
2019-12-30 23:00:06 -05:00
parent cb5fbb6139
commit a99b289c2a
4 changed files with 6 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ public:
extern std::map<std::string, std::string> mapArgs;
extern std::map<std::string, std::vector<std::string> > mapMultiArgs;
extern bool fDebug;
extern bool fZdebug;
extern bool fPrintToConsole;
extern bool fPrintToDebugLog;
extern bool fServer;