#pragma once #include #include #include extern std::string log_entries; void log(std::string entry, time_t time); void log(std::string entry);