mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 18:04:54 +00:00
chore: format Minecraft.Client
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "Platform/stdafx.h"
|
||||
#include "ClientConstants.h"
|
||||
|
||||
const std::wstring ClientConstants::VERSION_STRING = std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|
||||
const std::wstring ClientConstants::VERSION_STRING =
|
||||
std::wstring(L"Minecraft Xbox ") +
|
||||
VER_FILEVERSION_STR_W; //+ SharedConstants::VERSION_STRING;
|
||||
Reference in New Issue
Block a user