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