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