mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:07:41 +00:00
Various imps and minor fixes
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
#include "CPathFindRegion.hpp"
|
||||
#include "CPathFindArea.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
void CPFRegion::Fixup(CPFArea& area, s32& r5)
|
||||
{
|
||||
}
|
||||
|
||||
void CPFRegionData::SetOpenLess(CPFRegion* region) { x24_openLess = region; }
|
||||
|
||||
void CPFRegionData::SetOpenMore(CPFRegion* region) { x28_openMore = region; }
|
||||
|
||||
Reference in New Issue
Block a user