SuperMarioOdysseyOnline/include/sead/camera/PerspectiveProjection.h

11 lines
196 B
C++

#pragma once
namespace sead {
class PerspectiveProjection {
public:
float getFovy();
unsigned char padding[0xA0];
float fovy;
};
}