mirror of https://github.com/AxioDL/metaforce.git
12 lines
114 B
C++
12 lines
114 B
C++
|
#include "CPathFindOpenList.hpp"
|
||
|
namespace urde
|
||
|
{
|
||
|
CPFOpenList::CPFOpenList()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void CPFOpenList::Clear()
|
||
|
{
|
||
|
}
|
||
|
}
|