mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-06 08:42:35 +00:00
10 lines
195 B
C++
10 lines
195 B
C++
#pragma once
|
|
|
|
#include "BSP.h"
|
|
#include "SearchPath/ISearchPath.h"
|
|
|
|
namespace BSP
|
|
{
|
|
std::unique_ptr<BSPData> createBSPData(std::string& mapName, ISearchPath& searchPath);
|
|
}; // namespace BSP
|