Files
2025-01-12 18:08:57 +01:00

5 lines
77 B
C++

#ifdef USE_ILOG
#include "util/ILog.h"
ILog *ILog::_logger = nullptr;
#endif