SuperMarioOdysseyOnline/include/sead/camera/PerspectiveProjection.h

11 lines
196 B
C
Raw Normal View History

2022-06-16 21:33:18 +00:00
#pragma once
namespace sead {
class PerspectiveProjection {
public:
float getFovy();
unsigned char padding[0xA0];
float fovy;
};
}