Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client/TexturePack.cpp
GabsPuNs f87525a519 New File System and Cleanup some code Part 1
Trial code is almost cleaned.
Consoles are now unused.
stdafx unbloat for Minecraft.Client
2026-05-24 15:30:31 -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;
}