00001 00009 /***************************************************************************** 00010 ** Includes 00011 *****************************************************************************/ 00012 00013 #include "../../include/ecl/streams/manipulators/end_of_line.hpp" 00014 #include "../../include/ecl/streams/manipulators/clear_screen.hpp" 00015 00016 /***************************************************************************** 00017 ** Namespaces 00018 *****************************************************************************/ 00019 00020 namespace ecl { 00021 00022 /***************************************************************************** 00023 ** Using 00024 *****************************************************************************/ 00025 00026 EndOfLine endl; 00027 ClearScreen clrscr; 00028 00029 } // namespace ecl