mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-04-23 15:33:58 +00:00
5 lines
237 B
C++
5 lines
237 B
C++
#include "stdafx.h"
|
|
#include "ClientConstants.h"
|
|
|
|
const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|
|
bool ClientConstants::SHOW_LCEMP_WATERMARK = true; |