summaryrefslogtreecommitdiffhomepage
path: root/compat/debug.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-01 21:24:25 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-01 21:33:19 +0100
commitfd9f2776417e62c4ca4061f540a7d3afde114c3e (patch)
tree748615f442594587d6702594f317e0f283d56f1a /compat/debug.hpp
parent52b8ef97891061fcf4e57a7f07b6e1b4e1898f2b (diff)
start implementing renderer window state again
Diffstat (limited to 'compat/debug.hpp')
-rw-r--r--compat/debug.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/debug.hpp b/compat/debug.hpp
index 07421673..656ff654 100644
--- a/compat/debug.hpp
+++ b/compat/debug.hpp
@@ -76,4 +76,6 @@ auto quoted(T&& value, char c = '\'')
template<DebugPrintable T> auto quoted2(T&& value) { return quoted(forward<T>(value), '"'); }
+// todo add operator for joining two printable items without spaces (when spaces are normally on)
+
} // namespace floormat