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.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/DebugInfo.hpp (limited to 'src/DebugInfo.hpp') diff --git a/src/DebugInfo.hpp b/src/DebugInfo.hpp new file mode 100644 index 0000000..a29a056 --- /dev/null +++ b/src/DebugInfo.hpp @@ -0,0 +1,10 @@ +#pragma once + +#include + +struct DebugInfo { + static std::atomic_int totalSections; + static std::atomic_int renderSections; + static std::atomic_int readyRenderer; + static std::atomic_int gameThreadTime; +}; \ No newline at end of file -- cgit v1.2.3