summaryrefslogtreecommitdiffstats
path: root/game/shared/globals.cc
blob: 466398f9d79e5c2d953253d7cbf85af1fb0cec05 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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;