2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 12:31:22 +00:00
metaforce/Runtime/World/CPathFindOpenList.cpp
2016-08-10 09:05:14 -07:00

12 lines
114 B
C++

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