mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 22:53:37 +00:00
7 lines
246 B
C++
7 lines
246 B
C++
#include "Platform/stdafx.h"
|
|
#include "ClientConstants.h"
|
|
|
|
const std::wstring ClientConstants::VERSION_STRING =
|
|
std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W +
|
|
std::wstring(L" (4jcraft)"); //+ SharedConstants::VERSION_STRING;
|