summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-11 09:40:55 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-11 09:40:55 +0100
commitcff080f8dfcbf3b5729a38bbe5ba4bc80a1a4d79 (patch)
tree7200e667ff4a347eac5966941478bf16ef46727b /compat
parent61ebb6d41c8a0202521f89591de6d007b461b2ff (diff)
cruft for the cruft god
Diffstat (limited to 'compat')
-rw-r--r--compat/prelude.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/prelude.hpp b/compat/prelude.hpp
index 97ec3c6c..ccc71f06 100644
--- a/compat/prelude.hpp
+++ b/compat/prelude.hpp
@@ -3,10 +3,13 @@
namespace Corrade::Containers::Literals {}
namespace Corrade::Containers {}
namespace Corrade::Utility::Path {}
+namespace Corrade::Utility { class Debug; class Error; }
namespace Magnum {}
namespace floormat {
using namespace ::Magnum;
using namespace ::Corrade::Containers;
using namespace ::Corrade::Containers::Literals;
+ using Debug [[maybe_unused]] = ::Corrade::Utility::Debug;
+ using Error [[maybe_unused]] = ::Corrade::Utility::Error;
namespace Path = Corrade::Utility::Path; // NOLINT(misc-unused-alias-decls)
} // namespace floormat