mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-23 17:25:34 +00:00
restructure codebase according to vcproj filters
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "../../../../Minecraft.World/Header Files/stdafx.h"
|
||||
#include "ClientConstants.h"
|
||||
|
||||
const std::wstring ClientConstants::VERSION_STRING =
|
||||
std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W +
|
||||
std::wstring(L" (4jcraft)"); //+ SharedConstants::VERSION_STRING;
|
||||
Reference in New Issue
Block a user