mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-05-06 15:27:40 +00:00
13 lines
300 B
C++
13 lines
300 B
C++
#pragma once
|
|
|
|
#include <math/seadMatrix.h>
|
|
|
|
namespace al {
|
|
class ModelKeeper;
|
|
|
|
bool isGreaterEqualMaxLodLevelNoClamp(const ModelKeeper* modelKeeper);
|
|
bool isLessMaxLodLevelNoClamp(const ModelKeeper* modelKeeper);
|
|
void setModelProjMtx0(const ModelKeeper*, const sead::Matrix44f&);
|
|
|
|
} // namespace al
|