mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 09:43:40 +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;
|