mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-28 16:43:37 +00:00
9 lines
323 B
C++
9 lines
323 B
C++
#include "ClientConstants.h"
|
|
|
|
#include "Minecraft.Client/Common/src/BuildVer/BuildVer.h"
|
|
#include "minecraft/client/ClientConstants.h"
|
|
|
|
const std::wstring ClientConstants::VERSION_STRING =
|
|
std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W +
|
|
std::wstring(L" (4jcraft)"); //+ SharedConstants::VERSION_STRING;
|