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
std::ostream out
const std::string warning
Definition: gui_out.cpp:6
const std::string error
Definition: gui_out.cpp:7