Clean up of sandbox

* Added a statistics panel
* Added comments to `Sandbox.cpp`
* Moved utility functions and GUI code out of sandbox.cpp
This commit is contained in:
2022-05-29 15:23:08 +02:00
parent 8cc6ed1f15
commit 02727c74bb
8 changed files with 183 additions and 76 deletions

View File

@ -16,6 +16,6 @@
#include "Graphics/GUI/GUIManager.h"
#include "Scene.h"
void WARN(std::string message);
void ShowStats();