metaforce/Runtime/World/CPathFindOpenList.cpp

8 lines
112 B
C++
Raw Normal View History

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