Files
FESADev/include/fesa/Math/Math.hpp
T
2026-05-05 00:35:31 +09:00

10 lines
152 B
C++

#pragma once
#include "fesa/ModuleInfo.hpp"
namespace fesa::module {
inline constexpr std::string_view kMath = "Math";
} // namespace fesa::module