aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/TexturePack.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/TexturePack.h')
-rw-r--r--Minecraft.Client/TexturePack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/TexturePack.h b/Minecraft.Client/TexturePack.h
index 4763b8ab..23cb4f62 100644
--- a/Minecraft.Client/TexturePack.h
+++ b/Minecraft.Client/TexturePack.h
@@ -39,7 +39,7 @@ public:
// 4J Added
- virtual wstring getPath(bool bTitleUpdateTexture = false);
+ virtual wstring getPath(bool bTitleUpdateTexture = false, const char *pchBDPatchFilename=NULL);
virtual wstring getAnimationString(const wstring &textureName, const wstring &path, bool allowFallback) = 0;
virtual BufferedImage *getImageResource(const wstring& File, bool filenameHasExtension = false, bool bTitleUpdateTexture=false, const wstring &drive =L"") = 0;
virtual void loadColourTable() = 0;