1

Cleanup util classes

This commit is contained in:
2022-12-08 22:43:14 +01:00
parent 621036d591
commit 2226e76ebf

View File

@ -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