mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-22 17:38:12 +05:00
4 lines
186 B
C++
4 lines
186 B
C++
#include "stdafx.h"
|
|
#include "ClientConstants.h"
|
|
|
|
const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|