mirror of
https://github.com/portable-lce/portable-lce.git
synced 2026-07-19 01:48:13 +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;
|