1#pragma once
2
3#include <math/seadMatrix.h>
4
5namespace al {
6class ModelKeeper;
7
8bool isGreaterEqualMaxLodLevelNoClamp(const ModelKeeper* modelKeeper);
9bool isLessMaxLodLevelNoClamp(const ModelKeeper* modelKeeper);
10void setModelProjMtx0(const ModelKeeper*, const sead::Matrix44f&);
11
12} // namespace al
13