mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 23:37:01 +00:00
Initial korean version, update musyx
This commit is contained in:
@@ -133,6 +133,10 @@ public:
|
||||
static void PropogateAreaChain(CGameArea::EOcclusionState occlusionState, CGameArea* area,
|
||||
CWorld* world);
|
||||
|
||||
CGameArea::CChainIterator ChainHead(EChain chain) const {
|
||||
return CGameArea::CChainIterator(x4c_chainHeads[size_t(chain)]);
|
||||
}
|
||||
|
||||
CGameArea::CConstChainIterator GetChainHead(EChain chain) const {
|
||||
return CGameArea::CConstChainIterator(x4c_chainHeads[size_t(chain)]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user