diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-08 09:01:43 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-08 09:01:43 +0200 |
commit | bfe9becfca9e789bf653c4bb8e92917acac04218 (patch) | |
tree | c96d69127a058db737164ed4bb88d5a4d96163ea /compat | |
parent | 05f426b934baa641cd847fd3fc06d7ac446cf8e9 (diff) |
a
Diffstat (limited to 'compat')
-rw-r--r-- | compat/prelude.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 <Corrade/Utility/Macros.h> #include <Magnum/Magnum.h> +#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 |