Files
DrPerkyLegit-LCEServerTest/Minecraft.Client/ClientConstants.cpp
2026-05-16 11:30:28 -04:00

6 lines
258 B
C++

#include "stdafx.h"
#include "ClientConstants.h"
const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft LCE ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
const wstring ClientConstants::BRANCH_STRING = VER_BRANCHVERSION_STR_W;