diff options
Diffstat (limited to 'src/timer.hpp')
-rw-r--r-- | src/timer.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/timer.hpp b/src/timer.hpp index 24554363..d9b0f602 100644 --- a/src/timer.hpp +++ b/src/timer.hpp @@ -1,12 +1,9 @@ #pragma once #include "timer-fwd.hpp" -#include <mg/Time.h> +#include <mg/Time.h> // todo! replace with my own namespace floormat { -long double operator/(Ns a, Ns b) noexcept; -using namespace Magnum::Math::Literals::TimeLiterals; - constexpr inline size_t fm_DATETIME_BUF_SIZE = 32; const char* format_datetime_to_string(char(&buf)[fm_DATETIME_BUF_SIZE]); |