lxgui
include
lxgui
gui_out.hpp
1
#ifndef LXGUI_GUI_OUT_HPP
2
#define LXGUI_GUI_OUT_HPP
3
4
#include "lxgui/lxgui.hpp"
5
6
#include <iostream>
7
#include <string>
8
9
namespace
lxgui::gui
{
10
11
extern
std::ostream
out
;
12
extern
const
std::string
warning
;
13
extern
const
std::string
error
;
14
15
}
// namespace lxgui::gui
16
17
#endif
lxgui::gui
Definition:
gui_addon_registry.cpp:20
lxgui::gui::out
std::ostream out
lxgui::gui::warning
const std::string warning
Definition:
gui_out.cpp:6
lxgui::gui::error
const std::string error
Definition:
gui_out.cpp:7
Generated on Sun Oct 8 2023 09:07:52 for lxgui by
1.9.1