From a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 29 Aug 2017 20:25:30 +0500 Subject: 2017-08-29 --- src/DebugInfo.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/DebugInfo.cpp (limited to 'src/DebugInfo.cpp') diff --git a/src/DebugInfo.cpp b/src/DebugInfo.cpp new file mode 100644 index 0000000..309c7aa --- /dev/null +++ b/src/DebugInfo.cpp @@ -0,0 +1,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; \ No newline at end of file -- cgit v1.2.3