OdysseyDecomp/lib/al/Library/Projection/OrthoProjectionInfo.h

15 lines
227 B
C++

#pragma once
#include <basis/seadTypes.h>
namespace al {
struct OrthoProjectionInfo {
f32 nearClipWidth = -1.0f;
f32 nearClipHeight = -1.0f;
};
static_assert(sizeof(OrthoProjectionInfo) == 0x8);
} // namespace al