metaforce/Runtime/World/CPathFindOpenList.cpp

9 lines
112 B
C++
Raw Normal View History

2016-08-10 16:05:14 +00:00
#include "CPathFindOpenList.hpp"
namespace urde
{
2017-07-30 11:00:30 +00:00
CPFOpenList::CPFOpenList()
{}
2016-08-10 16:05:14 +00:00
void CPFOpenList::Clear() {}
2016-08-10 16:05:14 +00:00
}