blob: 309c7aa4d236c909ee5b57823156a61ecf9b8ee3 (
plain) (
tree)
|
|
#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;
|