mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-22 16:57:53 +00:00
8 lines
255 B
C++
8 lines
255 B
C++
#include "ClientConstants.h"
|
|
|
|
#include "app/common/BuildVer/BuildVer.h"
|
|
|
|
const std::string ClientConstants::VERSION_STRING =
|
|
std::string("Minecraft Xbox ") + VER_FILEVERSION_STR_W +
|
|
std::string(" (4jcraft)"); //+ SharedConstants::VERSION_STRING;
|