blob: e2d439b42f7a257161a85430f380d26a9e1df4a6 (
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);
|