2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 03:51:21 +00:00
metaforce/Runtime/World/CPathFindOpenList.cpp

9 lines
112 B
C++

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