mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-08-03 18:32:19 +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;
|