mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 10:53:36 +00:00
4 lines
205 B
C++
4 lines
205 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;
|