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