metaforce/Runtime/World/CPathFindOpenList.cpp

12 lines
114 B
C++

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