diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 07:14:51 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 11:08:43 +0100 |
commit | fa8fb9598ed255057badc888da7e22227c45de1c (patch) | |
tree | b102acae5bc15c08ffe913409b6328f4b661ec0d /src/timer-fwd.hpp | |
parent | 486e591169af724107ffaf6f24cd1e81b24529a9 (diff) |
wip1
Diffstat (limited to 'src/timer-fwd.hpp')
-rw-r--r-- | src/timer-fwd.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timer-fwd.hpp b/src/timer-fwd.hpp index 5e11ce7b..9831319a 100644 --- a/src/timer-fwd.hpp +++ b/src/timer-fwd.hpp @@ -6,6 +6,7 @@ namespace Magnum::Math { template<class T> class Nanoseconds; } namespace floormat { using Ns = Math::Nanoseconds<int64_t>; +//long double operator/(Ns a, Ns b) noexcept; struct Time final { |