SuperMarioOdysseyOnline/include/sead/camera/PerspectiveProjection.h
2022-06-16 14:33:18 -07:00

11 lines
No EOL
196 B
C++

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