1 #ifndef INCLUDED_TOOLS_VERSION_H
2 #define INCLUDED_TOOLS_VERSION_H
4 const char* radiant_version();
5 const char* q3map2_version();
6 const char* q3map_stream_version();
7 #define Q3MAP_MOTD "Your map saw the pretty lights from q3map2's BFG"
9 #endif // INCLUDED_TOOLS_VERSION_H