mirror of
https://github.com/Astatin3/meteorbot-old.git
synced 2026-06-09 00:28:06 -06:00
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
#pragma once
|
|
|
|
#include <string>
|
|
|
|
const int protocol_version = ${PROTOCOL_VERSION};
|
|
const std::string game_version = "${BOTCRAFT_GAME_VERSION}";
|