mirror of
https://github.com/TES3MP/TES3MP
synced 2026-08-16 14:26:04 -04:00
9 lines
115 B
C++
9 lines
115 B
C++
|
|
#include "debuglog.hpp"
|
||
|
|
|
||
|
|
namespace Debug
|
||
|
|
{
|
||
|
|
Level CurrentDebugLevel = Level::NoLevel;
|
||
|
|
}
|
||
|
|
|
||
|
|
std::mutex Log::sLock;
|