9 lines
98 B
C++
9 lines
98 B
C++
|
#ifndef VERSION_HPP_
|
||
|
#define VERSION_HPP_
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
extern std::string version;
|
||
|
|
||
|
#endif
|