OdysseyDecomp/lib/al/Library/Model/ModelShapeUtil.h

9 lines
202 B
C++

#pragma once
namespace al {
class ModelKeeper;
bool isGreaterEqualMaxLodLevelNoClamp(const ModelKeeper* modelKeeper);
bool isLessMaxLodLevelNoClamp(const ModelKeeper* modelKeeper);
} // namespace al