diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 17:34:04 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 17:34:04 +0100 |
commit | 10e22ed4fb0bd21d9d268c5c6f1ac1c7d9e4b621 (patch) | |
tree | 56e4c085cb9d29f4d2db19e208d57e983a1aa318 /floormat | |
parent | 9a0399ae67ad378d2f746114dd297230104cf018 (diff) |
w
Diffstat (limited to 'floormat')
-rw-r--r-- | floormat/app.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/floormat/app.hpp b/floormat/app.hpp index 01f94b7f..e387c0c4 100644 --- a/floormat/app.hpp +++ b/floormat/app.hpp @@ -4,8 +4,6 @@ namespace Magnum::Math { template<typename T> class Vector2; template<class T> c namespace floormat { -using Ns = Math::Nanoseconds<int64_t>; - struct mouse_move_event; struct mouse_button_event; struct mouse_scroll_event; @@ -17,6 +15,7 @@ union any_event; struct chunk_coords; struct chunk_coords_; class chunk; +struct Ns; struct floormat_app { |