diff options
Diffstat (limited to 'game/shared/globals.cc')
| -rw-r--r-- | game/shared/globals.cc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/game/shared/globals.cc b/game/shared/globals.cc index 8552214..1651402 100644 --- a/game/shared/globals.cc +++ b/game/shared/globals.cc @@ -1,12 +1,12 @@ -#include "shared/pch.hh" - -#include "shared/globals.hh" - -entt::dispatcher globals::dispatcher; - -float globals::fixed_frametime; -float globals::fixed_frametime_avg; -std::uint64_t globals::fixed_frametime_us; -std::size_t globals::fixed_framecount; - -std::uint64_t globals::curtime; +#include "shared/pch.hh"
+
+#include "shared/globals.hh"
+
+entt::dispatcher globals::dispatcher;
+
+float globals::fixed_frametime;
+float globals::fixed_frametime_avg;
+std::uint64_t globals::fixed_frametime_us;
+std::size_t globals::fixed_framecount;
+
+std::uint64_t globals::curtime;
|
