mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Partially implemented Setup Window
This commit is contained in:
@@ -58,12 +58,10 @@ std::unordered_set<ResourceID> CMappedFileLoader::getFilteredFiles(std::function
|
||||
|
||||
CFilesystemList::CFilesystemList()
|
||||
{
|
||||
//loaders = new std::vector<std::unique_ptr<ISimpleResourceLoader> >;
|
||||
}
|
||||
|
||||
CFilesystemList::~CFilesystemList()
|
||||
{
|
||||
//delete loaders;
|
||||
}
|
||||
|
||||
std::unique_ptr<CInputStream> CFilesystemList::load(const ResourceID & resourceName) const
|
||||
|
||||
Reference in New Issue
Block a user