Files

7 lines
144 B
Plaintext
Raw Permalink 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}";