#include <iostream>
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Namespaces | |
namespace | omgui |
Classes | |
class | omgui::DebugReport |
Used like std::cout to print debug messages. When building with Visual Studio, debug messages will be printed to the Visual Studio debugger window. Otherwise, std::cout is used. More... |