mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-07-09 08:07:04 +00:00
4 lines
189 B
C++
4 lines
189 B
C++
#include "stdafx.h"
|
|
#include "ClientConstants.h"
|
|
|
|
const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|