#pragma once #include "Asset/IAssetCreator.h" #include "Game/IW4/IW4.h" #include "SearchPath/ISearchPath.h" #include "Utils/MemoryManager.h" #include namespace IW4 { std::unique_ptr> CreateMenuListLoader(MemoryManager& memory, ISearchPath& searchPath); } // namespace IW4