mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-30 13:13:39 +00:00
8 lines
277 B
C++
8 lines
277 B
C++
#include "ClientConstants.h"
|
|
|
|
#include "Minecraft.Client/Common/src/BuildVer/BuildVer.h"
|
|
|
|
const std::wstring ClientConstants::VERSION_STRING =
|
|
std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W +
|
|
std::wstring(L" (4jcraft)"); //+ SharedConstants::VERSION_STRING;
|