Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client/TexturePack.cpp
GabsPuNs 5c2d0d9458 New File System and Cleanup some code Part 1
Trial code is almost cleaned.
Consoles are now unused.
stdafx unbloat for Minecraft.Client
2026-06-07 00:03:24 -04:00

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;
}