tictactoebot/include/config.h

8 lines
90 B
C++

#pragma once
#include <string>
struct Conf {
std::string token;
std::string apiurl;
};