mirror of https://github.com/PatrickLipka/tt.git
7 lines
105 B
C
7 lines
105 B
C
|
#ifndef TT_H
|
||
|
#define TT_H
|
||
|
#include <string>
|
||
|
extern std::string user_name;
|
||
|
std::string get_date();
|
||
|
#endif
|