From 2226e76ebf5b8ecfdeaac19cd17031d570c7b0ca Mon Sep 17 00:00:00 2001 From: ChUrl Date: Thu, 8 Dec 2022 22:43:14 +0100 Subject: [PATCH] Cleanup util classes --- src/lib/util/System.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/util/System.h b/src/lib/util/System.h index 63ff14f..5b12c54 100644 --- a/src/lib/util/System.h +++ b/src/lib/util/System.h @@ -5,6 +5,9 @@ namespace Util { +/** + * This class implements the system utility class that provides streams and other global objects. + */ class System { public: // TODO: Something like "CGA_Stream" shouldn't exists, the stream should not be coupled to the output device