blob: 8552214516b300e724ef9f100b50479677bc2585 (
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;
|