From 78adbe39f0ce7b1e5a4925b4ba46165b90906231 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Thu, 4 Aug 2022 11:15:32 +0200 Subject: Much more beautiful formatting --- src/time.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/time.h') diff --git a/src/time.h b/src/time.h index 66c9e8c..6511213 100755 --- a/src/time.h +++ b/src/time.h @@ -95,7 +95,9 @@ void wind(moment& input_moment, const delta& time_delta); int days_in(const int month, const int year); std::string timeprint(const moment input_moment); +std::string timeprint(const moment input_moment, bool clockonly); std::string timeprint(const timeblock input_timeblock); +std::string timeprint(const timeblock input_timeblock, bool clockonly); long sortable_time(const timeblock input_timeblock); moment timeinput(moment input_moment); -- cgit v1.2.1