mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-17 17:48:32 +00:00
TU24
This commit is contained in:
@@ -43,7 +43,6 @@ public:
|
||||
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;
|
||||
virtual void loadStructureTable() = 0;
|
||||
virtual void loadUI() = 0;
|
||||
virtual void unloadUI() = 0;
|
||||
virtual wstring getXuiRootPath() = 0;
|
||||
@@ -52,7 +51,6 @@ public:
|
||||
virtual unsigned int getDLCParentPackId() = 0;
|
||||
virtual unsigned char getDLCSubPackId() = 0;
|
||||
virtual ColourTable *getColourTable() = 0;
|
||||
virtual StructureTable *getStructureTable() = 0;
|
||||
virtual ArchiveFile *getArchiveFile() = 0;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user