summaryrefslogtreecommitdiffstats
path: root/src/DebugInfo.cpp
blob: 309c7aa4d236c909ee5b57823156a61ecf9b8ee3 (plain) (blame)
1
2
3
4
5
6
#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;