Files
meteorbot-old/bot/external/Botcraft/botcraft/cmake/Version.hpp.in
T

7 lines
144 B
Plaintext
Raw Normal View History

2024-04-30 22:07:50 -06:00
#pragma once
#include <string>
const int protocol_version = ${PROTOCOL_VERSION};
const std::string game_version = "${BOTCRAFT_GAME_VERSION}";