aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index 9f5008f418..93b16a3c2e 100644
--- a/common/util.h
+++ b/common/util.h
@@ -262,6 +262,13 @@ bool disableSpecialDebugLevel(const String &option);
*/
const Array<EngineDebugLevel> &listSpecialDebugLevels();
+/**
+ * Return the active debug flag mask (i.e. all active debug flags ORed
+ * together into a single uint32).
+ */
+uint32 getEnabledSpecialDebugLevels();
+
+
} // End of namespace Common