Files
2024-04-30 22:07:50 -06:00

7 lines
144 B
Plaintext

#pragma once
#include <string>
const int protocol_version = ${PROTOCOL_VERSION};
const std::string game_version = "${BOTCRAFT_GAME_VERSION}";