diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-11 09:40:55 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-11 09:40:55 +0100 |
| commit | cff080f8dfcbf3b5729a38bbe5ba4bc80a1a4d79 (patch) | |
| tree | 7200e667ff4a347eac5966941478bf16ef46727b /compat | |
| parent | 61ebb6d41c8a0202521f89591de6d007b461b2ff (diff) | |
cruft for the cruft god
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 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 |
