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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user