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