mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-26 19:08:07 +00:00
feat: add bind for loading fastfiles to ModMan
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "FastFileContext.h"
|
||||
|
||||
#include "ZoneLoading.h"
|
||||
|
||||
bool FastFileContext::LoadFastFile(const std::string& path)
|
||||
{
|
||||
m_loaded_zones.emplace_back(ZoneLoading::LoadZone(path));
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user