#ifndef TT_H #define TT_H #include extern std::string user_name; std::string get_date(); #endif