mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-20 17:05:06 +00:00
9 lines
99 B
C++
9 lines
99 B
C++
#pragma once
|
|
|
|
#include "LogCommon.h"
|
|
|
|
namespace tt {
|
|
|
|
constexpr auto LOG_LEVEL = LogLevel::Info;
|
|
|
|
} |