mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-25 12:14:34 +00:00
Trial code is almost cleaned. Consoles are now unused. stdafx unbloat for Minecraft.Client
8 lines
198 B
C++
8 lines
198 B
C++
#include "TexturePack.h"
|
|
|
|
wstring TexturePack::getPath(bool bTitleUpdateTexture /*= false*/, const char *pchBDPatchFileName /*= nullptr*/)
|
|
{
|
|
wstring wDrive = L"Assets/Textures/";
|
|
|
|
return wDrive;
|
|
} |