summaryrefslogtreecommitdiff
path: root/lib/chronology.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2026-03-27 17:40:05 +0000
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2026-03-27 17:40:05 +0000
commit135402168801035c38be600fa64702c1ba63b9fe (patch)
tree36f13d91fc08b0f0cb395fa648bde777c8c76773 /lib/chronology.h
parentAdd wrapper for ImGui::TextEx for any contiguous char range (diff)
downloadilt-135402168801035c38be600fa64702c1ba63b9fe.tar.bz2
ilt-135402168801035c38be600fa64702c1ba63b9fe.tar.xz
ilt-135402168801035c38be600fa64702c1ba63b9fe.zip
Use std::chrono for worldTimeHEADmain
Defines a world time type alias, a game time scale factor (the rate at which world time progresses compare to real time) and display the world time on the status bar.
Diffstat (limited to 'lib/chronology.h')
-rw-r--r--lib/chronology.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chronology.h b/lib/chronology.h
index 688a1f7..886424d 100644
--- a/lib/chronology.h
+++ b/lib/chronology.h
@@ -5,3 +5,4 @@
using TickDuration = std::chrono::duration<float, std::chrono::seconds::period>;
time_t operator""_time_t(const char * iso, size_t);
+std::chrono::seconds operator""_seconds(const char * iso, size_t);