]> git.xonotic.org Git - xonotic/netradiant.git/blob - include/version.h
Handle version constants in a better way
[xonotic/netradiant.git] / include / version.h
1 #ifndef INCLUDED_RADIANT_VERSION_H
2 #define INCLUDED_RADIANT_VERSION_H
3
4 #include <string>
5 namespace radiant {
6         std::string version();
7         int version_major();
8         int version_minor();
9         std::string about_msg();
10 } // namespace radiant
11
12 namespace q3map {
13 std::string stream_version();
14 } // namespace q3map
15
16 #endif // INCLUDED_RADIANT_VERSION_H