diff options
| author | Joe Kirchoff <[email protected]> | 2022-04-14 11:58:08 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-14 11:58:08 -0700 |
| commit | c07ab0b4114a73de3665492c5b62061a8877e25a (patch) | |
| tree | 664f90dd73302239efa955412759fe59604ff268 /zencore/include | |
| parent | clang format (diff) | |
| download | zen-c07ab0b4114a73de3665492c5b62061a8877e25a.tar.xz zen-c07ab0b4114a73de3665492c5b62061a8877e25a.zip | |
Compute updates (#74)
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/compactbinary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/include/zencore/compactbinary.h b/zencore/include/zencore/compactbinary.h index 25fd4a7b2..19f1597dc 100644 --- a/zencore/include/zencore/compactbinary.h +++ b/zencore/include/zencore/compactbinary.h @@ -43,6 +43,7 @@ public: inline uint64_t GetTicks() const { return Ticks; } + static uint64_t NowTicks(); static DateTime Now(); int GetYear() const; |