tt/src/tt.h

10 lines
148 B
C
Raw Normal View History

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