OpenMW
|
#include <boost/filesystem/fstream.hpp>
#include <boost/iostreams/stream.hpp>
#include <components/files/configurationmanager.hpp>
#include <SDL_messagebox.h>
#include "debuglog.hpp"
Go to the source code of this file.
Classes | |
class | Debug::DebugOutputBase |
class | Debug::Tee |
Namespaces | |
Debug | |
Enumerations | |
enum | Debug::Color { Debug::Reset = 0, Debug::DarkGray = 90, Debug::Red = 91, Debug::Yellow = 93 } |
Functions | |
int | wrapApplication (int(*innerApplication)(int argc, char *argv[]), int argc, char *argv[], const std::string &appName) |