tt/src/tt.h

7 lines
105 B
C
Raw Normal View History

2021-12-14 14:39:20 +01:00
#ifndef TT_H
#define TT_H
#include <string>
extern std::string user_name;
std::string get_date();
#endif