00001 #ifndef GUI_OUT_HPP
00002 #define GUI_OUT_HPP
00003 
00004 #include <iostream>
00005 
00006 namespace gui
00007 {
00008     extern std::ostream      out;
00009     extern const std::string warning;
00010     extern const std::string error;
00011 }
00012 
00013 #endif