summaryrefslogtreecommitdiffstats
path: root/src/DebugInfo.cpp
blob: 89e942548e722a1dd4527f5fc224bc8338bd6e24 (plain) (blame)
1
2
3
4
5
6
7
#include "DebugInfo.hpp"

std::atomic_int DebugInfo::totalSections(0);
std::atomic_int DebugInfo::renderSections(0);
std::atomic_int DebugInfo::readyRenderer(0);
std::atomic_int DebugInfo::gameThreadTime(0);
std::atomic_int DebugInfo::renderFaces(0);