tictactoe/game/version.hpp

9 lines
98 B
C++

#ifndef VERSION_HPP_
#define VERSION_HPP_
#include <string>
extern std::string version;
#endif