mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 22:31:20 +00:00
9 lines
112 B
C++
9 lines
112 B
C++
#include "CPathFindOpenList.hpp"
|
|
namespace urde
|
|
{
|
|
CPFOpenList::CPFOpenList()
|
|
{}
|
|
|
|
void CPFOpenList::Clear() {}
|
|
}
|