summaryrefslogtreecommitdiffhomepage
path: root/compat/debug.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/debug.hpp')
-rw-r--r--compat/debug.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/debug.hpp b/compat/debug.hpp
index 9fd0f2a9..7d1c6718 100644
--- a/compat/debug.hpp
+++ b/compat/debug.hpp
@@ -57,6 +57,9 @@ Debug& operator<<(Debug& dbg, Fraction frac);
namespace floormat {
+std::ostream* standard_output();
+std::ostream* standard_error();
+
floormat::detail::corrade_debug::Colon colon(char c = ':');
floormat::detail::corrade_debug::ErrorString error_string(int error);
floormat::detail::corrade_debug::ErrorString error_string();