Merge with upstream
This commit is contained in:
commit
ad1a4ecc68
2031 changed files with 40476 additions and 27116 deletions
|
|
@ -35,11 +35,11 @@ public:
|
|||
*/
|
||||
return name;
|
||||
}
|
||||
virtual DLCPack * getDLCPack() { return NULL;}
|
||||
virtual DLCPack * getDLCPack() { return nullptr;}
|
||||
|
||||
|
||||
// 4J Added
|
||||
virtual wstring getPath(bool bTitleUpdateTexture = false, const char *pchBDPatchFilename=NULL);
|
||||
virtual wstring getPath(bool bTitleUpdateTexture = false, const char *pchBDPatchFilename=nullptr);
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue