class CViewSetup
{
public:
MEM_PAD(0x454); // 0x0000
float m_flOrthoLeft; // 0x0454
float m_flOrthoTop; // 0x0458
float m_flOrthoRight; // 0x045C
float m_flOrthoBottom; // 0x0460
MEM_PAD(0x34); // 0x0464
float m_flFov; // 0x0498
float m_flFovViewmodel; // 0x049C
Vector m_vecOrigin; // 0x04A0
MEM_PAD(0xC); // 0x04AC
QAngle m_angView; // 0x04B8
MEM_PAD(0x14); // 0x04C4
float m_flAspectRatio; // 0x04D8
MEM_PAD(0x79); // 0x04DC
BYTE m_nSomeFlags; // 0x0555
};