From fd9f2776417e62c4ca4061f540a7d3afde114c3e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 1 Mar 2024 21:24:25 +0100 Subject: start implementing renderer window state again --- compat/debug.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compat') 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 auto quoted2(T&& value) { return quoted(forward(value), '"'); } +// todo add operator for joining two printable items without spaces (when spaces are normally on) + } // namespace floormat -- cgit v1.2.3