00001 #include "gui_out.hpp" 00002 00003 namespace gui 00004 { 00005 std::ostream out(std::cout.rdbuf()); 00006 const std::string warning = "# Warning # : "; 00007 const std::string error = "# Error # : "; 00008 }