改造一些
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user