Refactor: Unified method for getting a singleton instance
The method for getting a singleton instance of a class is now simplycalled "get()". This is much cleaner than, say,"WindowSystem::appWindowSystem()".
View differences
Refactor: Unified method for getting a singleton instance
The method for getting a singleton instance of a class is now simply
called "get()". This is much cleaner than, say,
"WindowSystem::appWindowSystem()".