summaryrefslogtreecommitdiffstats
path: root/src/DebugInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DebugInfo.cpp')
-rw-r--r--src/DebugInfo.cpp6
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