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.hpp | |
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 'src/DebugInfo.hpp')
-rw-r--r-- | src/DebugInfo.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
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 <atomic> + +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 |