mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-06-22 12:05:32 +00:00
Initial commit - LCEMP source code (assets excluded)
This commit is contained in:
5
Minecraft.Client/ClientConstants.cpp
Normal file
5
Minecraft.Client/ClientConstants.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#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;
|
||||
Reference in New Issue
Block a user