// Build engine timer stuff #include "timer.h" #include "build.h" #include "compat.h" #include using namespace std; using namespace chrono; EDUKE32_STATIC_ASSERT((steady_clock::period::den/steady_clock::period::num) >= 1000000000); static time_point timerlastsample; static int timerticspersec;