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