Technic: Add API models for Solder packs

This commit is contained in:
Jamie Mansfield
2022-04-01 23:40:20 +01:00
parent c8092269ba
commit 8df88e7fbb
3 changed files with 109 additions and 0 deletions

View File

@ -539,6 +539,8 @@ set(TECHNIC_SOURCES
modplatform/technic/SingleZipPackInstallTask.cpp
modplatform/technic/SolderPackInstallTask.h
modplatform/technic/SolderPackInstallTask.cpp
modplatform/technic/SolderPackManifest.h
modplatform/technic/SolderPackManifest.cpp
modplatform/technic/TechnicPackProcessor.h
modplatform/technic/TechnicPackProcessor.cpp
)