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