metaforce/Runtime/World/CPathFindOpenList.cpp

9 lines
112 B
C++

#include "CPathFindOpenList.hpp"
namespace urde
{
CPFOpenList::CPFOpenList()
{}
void CPFOpenList::Clear() {}
}