diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2017-08-29 17:25:30 +0200 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-01-13 03:39:31 +0100 |
commit | a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1 (patch) | |
tree | 7bf54f8141c513650130e8d3cc6bd8ce3f71b1fe /src/DebugInfo.cpp | |
parent | 2017-08-27 (diff) | |
download | AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar.gz AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar.bz2 AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar.lz AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar.xz AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.tar.zst AltCraft-a0d5862d99186f317a0f7364e8b6cd3cfeccfdf1.zip |
Diffstat (limited to '')
-rw-r--r-- | src/DebugInfo.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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 |