1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Partially implemented Setup Window

This commit is contained in:
Ivan Savenko
2023-03-11 00:57:55 +02:00
parent 6fe319329b
commit c3d78ba761
14 changed files with 578 additions and 99 deletions

View File

@@ -192,6 +192,12 @@ void CResourceHandler::initialize()
addFilesystem("root", "local", localFS);
}
void CResourceHandler::destroy()
{
knownLoaders.clear();
globalResourceHandler.rootLoader.reset();
}
ISimpleResourceLoader * CResourceHandler::get()
{
return get("root");