#pragma once #include namespace al { class ModelKeeper; bool isGreaterEqualMaxLodLevelNoClamp(const ModelKeeper* modelKeeper); bool isLessMaxLodLevelNoClamp(const ModelKeeper* modelKeeper); void setModelProjMtx0(const ModelKeeper*, const sead::Matrix44f&); } // namespace al