tictactoe/game/version.hpp

9 lines
98 B
C++
Raw Normal View History

2023-04-30 22:22:58 +00:00
#ifndef VERSION_HPP_
#define VERSION_HPP_
#include <string>
extern std::string version;
#endif