14 lines
126 B
C++
14 lines
126 B
C++
|
|
#include "logger.hpp"
|
|
|
|
namespace mijin
|
|
{
|
|
|
|
//
|
|
// public constants
|
|
//
|
|
|
|
MIJIN_DEFINE_LOG_CHANNEL(GENERAL)
|
|
|
|
} // namespace mijin
|