metaforce/Runtime/World/CPathFindOpenList.cpp

12 lines
114 B
C++
Raw Normal View History

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