mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-24 19:20:49 +00:00
4 lines
202 B
C++
4 lines
202 B
C++
#include "Build/stdafx.h"
|
|
#include "ClientConstants.h"
|
|
|
|
const std::wstring ClientConstants::VERSION_STRING = std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|