mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-12 02:19:06 +00:00
12 lines
131 B
C++
12 lines
131 B
C++
#ifndef _CPATHFINDSEARCH
|
|
#define _CPATHFINDSEARCH
|
|
|
|
class CPFOpenList {
|
|
|
|
};
|
|
|
|
class CPathFindSearch {
|
|
|
|
};
|
|
#endif // _CPATHFINDSEARCH
|