mirror of https://github.com/PrimeDecomp/prime.git
12 lines
131 B
C++
12 lines
131 B
C++
|
#ifndef _CPATHFINDSEARCH
|
||
|
#define _CPATHFINDSEARCH
|
||
|
|
||
|
class CPFOpenList {
|
||
|
|
||
|
};
|
||
|
|
||
|
class CPathFindSearch {
|
||
|
|
||
|
};
|
||
|
#endif // _CPATHFINDSEARCH
|