12 lines
221 B
C++
12 lines
221 B
C++
#pragma once
|
|
|
|
#include "fesa/Util/Diagnostics.hpp"
|
|
#include "fesa/Util/String.hpp"
|
|
#include "fesa/ModuleInfo.hpp"
|
|
|
|
namespace fesa::module {
|
|
|
|
inline constexpr std::string_view kUtil = "Util";
|
|
|
|
} // namespace fesa::module
|