mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 11:13:37 +00:00
4 lines
192 B
C++
4 lines
192 B
C++
#include "Build/stdafx.h"
|
|
#include "ClientConstants.h"
|
|
|
|
const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|