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