改造一些

This commit is contained in:
2026-08-11 23:17:03 +08:00
parent c89a678245
commit aca480d988
29 changed files with 1348 additions and 771 deletions
+13
View File
@@ -0,0 +1,13 @@
#pragma once
#include "Axis_Types.h"
#include <string>
#include <string_view>
namespace renderive::detail {
std::string localized_axis_number(double value, int precision, Number_Locale locale);
std::string formatted_axis_time(Time_Of_Day time, std::string_view format);
} // namespace renderive::detail