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