From bfe9becfca9e789bf653c4bb8e92917acac04218 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 8 Oct 2023 09:01:43 +0200 Subject: a --- compat/prelude.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compat') diff --git a/compat/prelude.hpp b/compat/prelude.hpp index a1c5e436..443ab382 100644 --- a/compat/prelude.hpp +++ b/compat/prelude.hpp @@ -5,6 +5,9 @@ #include #include +#define DBG_nospace (::Corrade::Utility::Debug{::Corrade::Utility::Debug::Flag::NoSpace}) +#define DBG (::Corrade::Utility::Debug{}) + #if !(defined __cpp_size_t_suffix || defined _MSC_VER && _MSVC_LANG < 202004) #ifdef _MSC_VER #pragma system_header -- cgit v1.2.3