OpenEnroth 73e68f7
|
#include <unordered_map>
#include <string>
#include <memory>
#include <utility>
#include <functional>
#include "Library/Logger/LogCategory.h"
#include "Utility/String/TransparentFunctors.h"
Classes | |
class | OverlaySystem |
An Overlay is a screen built in Immediate Mode GUI ( imgui ) which is displayed on top of any other ui and it's mainly used for debug purposes ( Console, Render Stats, Debug View Buttons, etc... ). More... | |