mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 22:23:59 +00:00
Start mapping out PathFind related classes
This commit is contained in:
11
include/MetroidPrime/PathFinding/CPathFindSearch.hpp
Normal file
11
include/MetroidPrime/PathFinding/CPathFindSearch.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _CPATHFINDSEARCH
|
||||
#define _CPATHFINDSEARCH
|
||||
|
||||
class CPFOpenList {
|
||||
|
||||
};
|
||||
|
||||
class CPathFindSearch {
|
||||
|
||||
};
|
||||
#endif // _CPATHFINDSEARCH
|
||||
Reference in New Issue
Block a user