feat: add texture pack parsing
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
40c68595d7
commit
07dcefabcb
16 changed files with 480 additions and 52 deletions
|
@ -8,4 +8,6 @@ class TexturePackFolderModel : public ResourceFolderModel
|
|||
|
||||
public:
|
||||
explicit TexturePackFolderModel(const QString &dir);
|
||||
[[nodiscard]] Task* createUpdateTask() override;
|
||||
[[nodiscard]] Task* createParseTask(Resource&) override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue